Skip to content

Commit 1da3a17

Browse files
0.1.9
1 parent 774a34a commit 1da3a17

3 files changed

Lines changed: 10 additions & 4 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+
| 774a34a22f902aed49084f91bd7cd16344687b11 | 2021-10-23 | Chris Schubert | Updating file layout and preparing for integration with UI project |
16+
17+
18+
## Tag: `v0.1.8`
19+
| Hash | Date | Author | Changes |
20+
|------|------|--------|---------|
1521
| 9ff14ab2b1970baf152dca38dfc61599cb75321b | 2021-10-20 | Chris Schubert | Automatic depenency and reference management and cleanup |
1622
| 5f80e84fce012d40f97b7bb00f9ddc2257451a89 | 2021-10-20 | Chris Schubert | Committing project and assembly management changes before regenerating project files |
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.8`
13+
`0.1.9`
1414
| Hash | Date | Author | Changes |
1515
|------|------|--------|---------|
16-
| 9ff14ab2b1970baf152dca38dfc61599cb75321b | 2021-10-20 | Chris Schubert | Automatic depenency and reference management and cleanup |
16+

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.8",
4+
"version": "0.1.9",
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)