Skip to content

Commit

Permalink
Bump up the version to v0.1.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rantan committed Sep 5, 2024
1 parent b40b3b3 commit 9837dd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>

<!-- Versioning -->
<Version>0.1.0-alpha.5</Version>
<FileVersion>0.1.5.0</FileVersion>
<AssemblyVersion>0.1.5.0</AssemblyVersion>
<Version>0.1.0-alpha.6</Version>
<FileVersion>0.1.6.0</FileVersion>
<AssemblyVersion>0.1.6.0</AssemblyVersion>

<!-- License and Copyright -->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion tapyrus-wallet-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tapyrus-wallet-ffi"
version = "0.1.0-alpha.5"
version = "0.1.0-alpha.6"
authors = ["Kohei Taniguchi <[email protected]>"]
license = "MIT"
homepage = "https://github.com/chaintope/rust-tapyrus-wallet-ffi"
Expand Down

0 comments on commit 9837dd9

Please sign in to comment.