Skip to content

Commit

Permalink
chore(release): 1.19.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.3](v1.19.2...v1.19.3) (2020-10-29)

### Bug Fixes

* cleanup ([8b28402](8b28402))
  • Loading branch information
semantic-release-bot committed Oct 29, 2020
1 parent 8b28402 commit 8308097
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 67 deletions.
134 changes: 67 additions & 67 deletions 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.19.1",
"version": "1.19.3",
"unity": "2018.1",
"description": "extOSC (Open Sound Control Protocol) is a tool dedicated to simplify creation of applications with OSC protocol usage in Unity.",
"keywords": [
Expand All @@ -14,70 +14,70 @@
"com.unity.ugui": "1.0.0"
},
"samples": [
{
"displayName": "Getting Started",
"description": "",
"path": "Examples~/01) Getting Started"
},
{
"displayName": "Value Types",
"description": "",
"path": "Examples~/02) Value Types"
},
{
"displayName": "Events",
"description": "",
"path": "Examples~/03) Events"
},
{
"displayName": "Informers",
"description": "",
"path": "Examples~/04) Informers"
},
{
"displayName": "Events And Informers",
"description": "",
"path": "Examples~/05) Events And Informers"
},
{
"displayName": "Mapping",
"description": "",
"path": "Examples~/06) Mapping"
},
{
"displayName": "Scripting",
"description": "",
"path": "Examples~/07) Scripting"
},
{
"displayName": "UI",
"description": "",
"path": "Examples~/08) UI"
},
{
"displayName": "Address Masks",
"description": "",
"path": "Examples~/09) Address Masks"
},
{
"displayName": "Ping",
"description": "",
"path": "Examples~/10) Ping"
},
{
"displayName": "Array",
"description": "",
"path": "Examples~/11) Array"
},
{
"displayName": "Match Pattern",
"description": "",
"path": "Examples~/12) Match Pattern"
},
{
"displayName": "Marshalling",
"description": "",
"path": "Examples~/13) Marshalling"
}
]
{
"displayName": "Getting Started",
"description": "",
"path": "Examples~/01) Getting Started"
},
{
"displayName": "Value Types",
"description": "",
"path": "Examples~/02) Value Types"
},
{
"displayName": "Events",
"description": "",
"path": "Examples~/03) Events"
},
{
"displayName": "Informers",
"description": "",
"path": "Examples~/04) Informers"
},
{
"displayName": "Events And Informers",
"description": "",
"path": "Examples~/05) Events And Informers"
},
{
"displayName": "Mapping",
"description": "",
"path": "Examples~/06) Mapping"
},
{
"displayName": "Scripting",
"description": "",
"path": "Examples~/07) Scripting"
},
{
"displayName": "UI",
"description": "",
"path": "Examples~/08) UI"
},
{
"displayName": "Address Masks",
"description": "",
"path": "Examples~/09) Address Masks"
},
{
"displayName": "Ping",
"description": "",
"path": "Examples~/10) Ping"
},
{
"displayName": "Array",
"description": "",
"path": "Examples~/11) Array"
},
{
"displayName": "Match Pattern",
"description": "",
"path": "Examples~/12) Match Pattern"
},
{
"displayName": "Marshalling",
"description": "",
"path": "Examples~/13) Marshalling"
}
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.19.3](https://github.com/Iam1337/extOSC/compare/v1.19.2...v1.19.3) (2020-10-29)


### Bug Fixes

* cleanup ([8b28402](https://github.com/Iam1337/extOSC/commit/8b284028bdf98533e5835af7bc8ed87c89838d00))

## [1.19.2](https://github.com/Iam1337/extOSC/compare/v1.19.1...v1.19.2) (2020-10-29)


Expand Down

0 comments on commit 8308097

Please sign in to comment.