Skip to content

Commit 4e4c464

Browse files
committed
0.0.12
1 parent 0888bc6 commit 4e4c464

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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.0.11"
3+
version = "0.0.12"
44
authors = ["Roger Qiu <roger.qiu@polyhack.io>"]
55
license-file = "LICENSE"
66
edition = "2021"

package-lock.json

Lines changed: 6 additions & 6 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.0.11",
3+
"version": "0.0.12",
44
"author": "Matrix AI",
55
"contributors": [
66
{
@@ -47,10 +47,10 @@
4747
"ip-num": "^1.5.0"
4848
},
4949
"optionalDependencies": {
50-
"@matrixai/quic-darwin-arm64": "0.0.11",
51-
"@matrixai/quic-darwin-x64": "0.0.11",
52-
"@matrixai/quic-linux-x64": "0.0.11",
53-
"@matrixai/quic-win32-x64": "0.0.11"
50+
"@matrixai/quic-darwin-arm64": "0.0.12",
51+
"@matrixai/quic-darwin-x64": "0.0.12",
52+
"@matrixai/quic-linux-x64": "0.0.12",
53+
"@matrixai/quic-win32-x64": "0.0.12"
5454
},
5555
"devDependencies": {
5656
"@fast-check/jest": "^1.1.0",

0 commit comments

Comments
 (0)