Skip to content

Commit 95fb9e0

Browse files
0.1.11
1 parent e4e09dc commit 95fb9e0

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
@@ -14,6 +14,12 @@
1414
|------|------|--------|---------|
1515

1616

17+
## Tag: `v0.1.10, origin/main`
18+
| Hash | Date | Author | Changes |
19+
|------|------|--------|---------|
20+
| e4e09dc7fc97a3c2aa62551a7ad610f3f081bd09 | 2021-10-24 | Chris Schubert | Finalizing integration assembly and package analysis and updating package versioning |
21+
22+
1723
## Tag: `v0.1.9`
1824
| Hash | Date | Author | Changes |
1925
|------|------|--------|---------|

RELEASELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
## Released Changes
1212

13-
`0.1.10`
13+
`0.1.11`
1414
| Hash | Date | Author | Changes |
1515
|------|------|--------|---------|
1616

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.appalachia.unity3d.audio",
33
"displayName": "Appalachia.Audio for Unity3D",
4-
"version": "0.1.10",
4+
"version": "0.1.11",
55
"unity": "2020.3",
66
"description": "Native audio plugins for Unity that provide analysis of audio system output to create reactive audio components.",
77
"keywords": [
@@ -40,4 +40,4 @@
4040
"postpublish": "bash ~/com.appalachia/appa/appa package unity3d postpublish"
4141
},
4242
"exports": null
43-
}
43+
}

0 commit comments

Comments
 (0)