Skip to content

Commit 10a7da9

Browse files
authored
Bump version; (#119)
1 parent ea6267b commit 10a7da9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [unreleased]
8+
## [2.0.1] - 2023-07-28
99
### Fixed
1010
- NftApi sample bug with incorrect key error.
1111

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

129129

130-
[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/2.0.0...HEAD
130+
[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/2.0.1...HEAD
131+
[2.0.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/2.0.1
131132
[2.0.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/2.0.0
132133
[1.5.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.5.1
133134
[1.5.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.5.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.trilitech.tezos-unity-sdk",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"unity": "2021.3",
55
"displayName": "Tezos Unity SDK",
66
"description": "Unity SDK for Tezos",

0 commit comments

Comments
 (0)