Skip to content

Commit

Permalink
Bump version; (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
mismirnov authored Jul 28, 2023
1 parent ea6267b commit 10a7da9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [unreleased]
## [2.0.1] - 2023-07-28
### Fixed
- NftApi sample bug with incorrect key error.

Expand Down Expand Up @@ -127,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added auto releases with GH actions


[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/2.0.0...HEAD
[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/2.0.1...HEAD
[2.0.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/2.0.1
[2.0.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/2.0.0
[1.5.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.5.1
[1.5.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.trilitech.tezos-unity-sdk",
"version": "2.0.0",
"version": "2.0.1",
"unity": "2021.3",
"displayName": "Tezos Unity SDK",
"description": "Unity SDK for Tezos",
Expand Down

0 comments on commit 10a7da9

Please sign in to comment.