Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Feb 24, 2022
1 parent 058634f commit 34b6ebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boatbomber/encryptednet",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -12,4 +12,4 @@
"bugs": {
"url": "https://github.com/boatbomber/EncryptedNet/issues"
}
}
}
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "boatbomber/encryptednet"
description = "Authenticated encryption of Roblox networking with ECDH key exchanges and ChaCha20 ciphering."
version = "1.0.0"
version = "1.0.1"
license = "MIT"
authors = ["boatbomber (https://boatbomber.com)"]
registry = "https://github.com/upliftgames/wally-index"
Expand Down

0 comments on commit 34b6ebb

Please sign in to comment.