From 34b6ebbb63207d2fe882d0a7450f9017ab596fac Mon Sep 17 00:00:00 2001 From: boatbomber Date: Thu, 24 Feb 2022 11:52:37 -0500 Subject: [PATCH] Update package version --- package.json | 4 ++-- wally.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5ef0d80..bf44726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@boatbomber/encryptednet", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "repository": { "type": "git", @@ -12,4 +12,4 @@ "bugs": { "url": "https://github.com/boatbomber/EncryptedNet/issues" } -} \ No newline at end of file +} diff --git a/wally.toml b/wally.toml index f45c517..c9fa08e 100644 --- a/wally.toml +++ b/wally.toml @@ -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"