Skip to content

Commit 68178ad

Browse files
0.1.5
1 parent c009790 commit 68178ad

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
## Releasing
1313
| Hash | Date | Author | Changes |
1414
|------|------|--------|---------|
15+
| c00979078561520409a33ae6c3b0d87d41c83605 | 2021-10-04 | Chris Schubert | Code cleanup and refactoring |
16+
17+
18+
## Tag: `v0.1.4`
19+
| Hash | Date | Author | Changes |
20+
|------|------|--------|---------|
1521
| e5794d00f1ed1618761ba7de62b22795fc33c282 | 2021-10-03 | Chris Schubert | Removing extraneous C++ files |
1622
| dbfc4b10f4b62fe20ccf95a1e87ff2761f917979 | 2021-10-03 | Chris Schubert | Adding npmignore and gitignore changes for C++ libraries |
1723

RELEASELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Released Changes
1212

13-
`0.1.4`
13+
`0.1.5`
1414
| Hash | Date | Author | Changes |
1515
|------|------|--------|---------|
16-
| e5794d00f1ed1618761ba7de62b22795fc33c282 | 2021-10-03 | Chris Schubert | Removing extraneous C++ files |
16+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.appalachia.unity3d.audio",
33
"displayName": "Audio for Unity3D",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2020.3",
66
"description": "Native audio plugins for Unityles analysis of audio system output to create reactive audio components.",
77
"keywords": [

0 commit comments

Comments
 (0)