Skip to content

Commit

Permalink
pkg: bump version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvikvibhu committed Feb 3, 2024
1 parent 1fc37dd commit 3e21401
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ brew install kyokan-bob
4. Compare a checksum of a downloaded Bob Wallet app file:
```
# Linux
sha256sum Bob-2.0.0.AppImage
sha256sum Bob-2.1.0.AppImage
# Windows
certUtil -hashfile Bob-2.0.0.msi SHA256
certUtil -hashfile Bob-2.1.0.msi SHA256
# macOS
shasum -a 256 Bob-2.0.0-x86.dmg
shasum -a 256 bob-2.0.0-arm64.dmg
shasum -a 256 Bob-2.1.0-x86.dmg
shasum -a 256 bob-2.1.0-arm64.dmg
```

For more details and more advanced PGP signature verification see https://github.com/kyokan/bob-wallet/pull/612.
Expand Down Expand Up @@ -112,7 +112,7 @@ be run in an environment where `libunbound` is available as an x86 package.

```bash
npm run package-mac-intel
```
```

The output app will be created in the `/release/mac` or `/release/mac-arm64` folder.
Open `Bob.app` to start the wallet.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bob-wallet",
"productName": "Bob",
"author": "Kyokan Group, Inc.",
"version": "2.0.0",
"version": "2.1.0",
"description": "A Handshake wallet and auction manager.",
"scripts": {
"build": "./scripts/package.sh",
Expand Down

0 comments on commit 3e21401

Please sign in to comment.