Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Oct 24, 2024
1 parent d44a560 commit b3d77da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/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 app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alephium"
version = "0.4.1"
version = "0.4.2"
authors = ["alephium devs"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion js/test/wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('ledger wallet', () => {
const transport = await createTransport()
const app = new AlephiumApp(transport)
const version = await app.getVersion()
expect(version).toBe('0.4.0')
expect(version).toBe('0.4.2')
await app.close()
})

Expand Down

0 comments on commit b3d77da

Please sign in to comment.