Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Nov 1, 2023
1 parent 5abf687 commit e00887b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 61 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quic"
version = "1.1.0"
version = "1.1.1"
authors = ["Roger Qiu <roger.qiu@polyhack.io>"]
license-file = "LICENSE"
edition = "2021"
Expand Down
60 changes: 6 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matrixai/quic",
"version": "1.1.0",
"version": "1.1.1",
"author": "Matrix AI",
"contributors": [
{
Expand Down Expand Up @@ -48,10 +48,10 @@
"ip-num": "^1.5.0"
},
"optionalDependencies": {
"@matrixai/quic-darwin-arm64": "1.1.0",
"@matrixai/quic-darwin-x64": "1.1.0",
"@matrixai/quic-linux-x64": "1.1.0",
"@matrixai/quic-win32-x64": "1.1.0"
"@matrixai/quic-darwin-arm64": "1.1.1",
"@matrixai/quic-darwin-x64": "1.1.1",
"@matrixai/quic-linux-x64": "1.1.1",
"@matrixai/quic-win32-x64": "1.1.1"
},
"devDependencies": {
"@fast-check/jest": "^1.1.0",
Expand Down

0 comments on commit e00887b

Please sign in to comment.