Skip to content

Commit

Permalink
Merge pull request #1 from pontem-network/release-v0.1.1
Browse files Browse the repository at this point in the history
Release v0.1.1
  • Loading branch information
borispovod authored Sep 20, 2022
2 parents 9951da3 + 25e3d8f commit a93ba01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Move.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = 'TestCoins'
version = '0.1.0'
version = '0.1.1'

[dependencies.AptosFramework]
git = 'https://github.com/aptos-labs/aptos-core.git'
rev = '8f634bcd2e48c4972868d0053d3532f4f760ae19'
rev = '843b204dce971d98449b82624f4f684c7a18b991'
subdir = 'aptos-move/framework/aptos-framework'

[addresses]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Update your `Move.toml` with
```toml
[dependencies.TestCoins]
git = 'https://github.com/pontem-network/test-coins.git'
rev = 'v0.1.0'
rev = 'v0.1.1'
```

And use in code:
Expand Down

0 comments on commit a93ba01

Please sign in to comment.