Skip to content

Commit ea7dbd3

Browse files
committed
0.1.3
1 parent 0cb6f0b commit ea7dbd3

File tree

4 files changed

+13
-49
lines changed

4 files changed

+13
-49
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quic"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Roger Qiu <roger.qiu@polyhack.io>"]
55
license-file = "LICENSE"
66
edition = "2021"

package-lock.json

Lines changed: 6 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matrixai/quic",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"author": "Matrix AI",
55
"contributors": [
66
{
@@ -48,10 +48,10 @@
4848
"ip-num": "^1.5.0"
4949
},
5050
"optionalDependencies": {
51-
"@matrixai/quic-darwin-arm64": "0.1.2",
52-
"@matrixai/quic-darwin-x64": "0.1.2",
53-
"@matrixai/quic-linux-x64": "0.1.2",
54-
"@matrixai/quic-win32-x64": "0.1.2"
51+
"@matrixai/quic-darwin-arm64": "0.1.3",
52+
"@matrixai/quic-darwin-x64": "0.1.3",
53+
"@matrixai/quic-linux-x64": "0.1.3",
54+
"@matrixai/quic-win32-x64": "0.1.3"
5555
},
5656
"devDependencies": {
5757
"@fast-check/jest": "^1.1.0",

0 commit comments

Comments
 (0)