diff --git a/README.md b/README.md index 56588b53e..58ee4f3c2 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ brew install kyokan-bob 4. Compare a checksum of a downloaded Bob Wallet app file: ``` # Linux -sha256sum Bob-2.1.0.AppImage +sha256sum Bob-2.1.1.AppImage # Windows -certUtil -hashfile Bob-2.1.0.msi SHA256 +certUtil -hashfile Bob-2.1.1.msi SHA256 # macOS -shasum -a 256 Bob-2.1.0-x86.dmg -shasum -a 256 bob-2.1.0-arm64.dmg +shasum -a 256 Bob-2.1.1-x86.dmg +shasum -a 256 Bob-2.1.1-arm64.dmg ``` For more details and more advanced PGP signature verification see https://github.com/kyokan/bob-wallet/pull/612. diff --git a/package-lock.json b/package-lock.json index 83856d873..5c120746b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bob-wallet", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bob-wallet", - "version": "2.1.0", + "version": "2.1.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bf1d80ed0..59dba5c71 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bob-wallet", "productName": "Bob", "author": "Kyokan Group, Inc.", - "version": "2.1.0", + "version": "2.1.1", "description": "A Handshake wallet and auction manager.", "scripts": { "build": "./scripts/package.sh",