Skip to content

Commit

Permalink
chore(release): new release 1.20.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.20.1](v1.20.0...v1.20.1) (2022-07-13)

### Bug Fixes

* fixed string.Join error ([8581d2a](8581d2a))
  • Loading branch information
semantic-release-bot committed Jul 13, 2022
1 parent 8581d2a commit 19dcaae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/extOSC/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.iam1337.extosc",
"displayName": "extOSC",
"version": "1.20.0",
"version": "1.20.1",
"unity": "2018.1",
"description": "extOSC (Open Sound Control Protocol) is a tool dedicated to simplify creation of applications with OSC protocol usage in Unity.",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.20.1](https://github.com/Iam1337/extOSC/compare/v1.20.0...v1.20.1) (2022-07-13)


### Bug Fixes

* fixed string.Join error ([8581d2a](https://github.com/Iam1337/extOSC/commit/8581d2af14b9a8a5942cc713d534ca7552cd9618))

# [1.20.0](https://github.com/Iam1337/extOSC/compare/v1.19.16...v1.20.0) (2022-06-26)


Expand Down

0 comments on commit 19dcaae

Please sign in to comment.