Skip to content

Commit 5419182

Browse files
authored
1.5.1 (#101)
1 parent d68cf0b commit 5419182

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+
## [1.5.1] - 2023-06-27
99
### Fixed
1010
- [Bug](https://github.com/trilitech/tezos-unity-sdk/issues/99) with game items transfer not working
1111

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

106106

107-
[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/1.5.0...HEAD
107+
[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/1.5.1...HEAD
108+
[1.5.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.5.1
108109
[1.5.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.5.0
109110
[1.4.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.4.0
110111
[1.3.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.3.1

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": "1.5.0",
3+
"version": "1.5.1",
44
"unity": "2021.3",
55
"displayName": "Tezos Unity SDK",
66
"description": "Unity SDK for Tezos",

0 commit comments

Comments
 (0)