Skip to content

Commit

Permalink
Bump up the version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rantan committed Nov 29, 2024
1 parent 7a66c66 commit 8474617
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
Remove-Item -Recurse -Force release\TapyrusWalletCSharp\TapyrusWalletCSharp\bin, release\TapyrusWalletCSharp\TapyrusWalletCSharp\obj
- name: Set ZIP file name
run: echo "ZIP_NAME=tapyrus-wallet-csharp-win-x64-${GITHUB_REF##*/}.zip" >> $env:GITHUB_ENV
run: echo "ZIP_NAME=tapyrus-wallet-csharp-win-x64-${{ github.ref_name }}.zip" >> $env:GITHUB_ENV

- name: Create ZIP archive
shell: pwsh
Expand Down
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.7</Version>
<FileVersion>0.1.7.0</FileVersion>
<AssemblyVersion>0.1.7.0</AssemblyVersion>
<Version>0.1.1</Version>
<FileVersion>0.1.8.0</FileVersion>
<AssemblyVersion>0.1.8.0</AssemblyVersion>

<!-- License and Copyright -->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion tapyrus-wallet-ffi/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 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.7"
version = "0.1.1"
authors = ["Kohei Taniguchi <[email protected]>"]
license = "MIT"
homepage = "https://github.com/chaintope/rust-tapyrus-wallet-ffi"
Expand Down

0 comments on commit 8474617

Please sign in to comment.