Skip to content

Commit

Permalink
chore(release): 4.0.0-pre.23 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-pre.23](v4.0.0-pre.22...v4.0.0-pre.23) (2023-02-22)

### Bug Fixes

* **2020.3:** change unsupported switch syntax to if statements ([7e57e7a](7e57e7a))
  • Loading branch information
semantic-release-bot committed Feb 22, 2023
1 parent 7e57e7a commit 7bbeac8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "Algorand.Unity",
"version": "4.0.0-pre.22",
"version": "4.0.0-pre.23",
"unity": "2020.3",
"keywords": [
"algorand",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


# [4.0.0-pre.23](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.0.0-pre.22...v4.0.0-pre.23) (2023-02-22)


### Bug Fixes

* **2020.3:** change unsupported switch syntax to if statements ([7e57e7a](https://github.com/CareBoo/unity-algorand-sdk/commit/7e57e7a1547610809a1ad1b23206188070769bb5))

# [4.0.0-pre.22](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.0.0-pre.21...v4.0.0-pre.22) (2023-02-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.unity-algorand-sdk",
"displayName": "Algorand.Unity",
"version": "4.0.0-pre.22",
"version": "4.0.0-pre.23",
"unity": "2020.3",
"keywords": [
"algorand",
Expand Down

0 comments on commit 7bbeac8

Please sign in to comment.