Skip to content

Commit 820d049

Browse files
0.1.7
1 parent 918f2a9 commit 820d049

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+
| 918f2a9ba909b434cdbc0ab0affa995751444891 | 2021-10-17 | Chris Schubert | Fixing package jsons |
16+
17+
18+
## Tag: `v0.1.6`
19+
| Hash | Date | Author | Changes |
20+
|------|------|--------|---------|
1521
| fb866fd3cb0523abfd704c89d4805246678f31d6 | 2021-10-16 | Chris Schubert | More project cleanup and refactoring |
1622
| 5bc7395e03c6805743c969cfce8b9f9ec51f2686 | 2021-10-12 | Chris Schubert | Finishing the organization of library into the new project structure |
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.6`
13+
`0.1.7`
1414
| Hash | Date | Author | Changes |
1515
|------|------|--------|---------|
16-
| fb866fd3cb0523abfd704c89d4805246678f31d6 | 2021-10-16 | Chris Schubert | More project cleanup and refactoring |
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.6",
4+
"version": "0.1.7",
55
"unity": "2020.3",
66
"description": "Native audio plugins for Unityles analysis of audio system output to create reactive audio components.",
77
"keywords": [
@@ -33,4 +33,4 @@
3333
"publish": "bash ~/com.appalachia/appa/appa package unity3d publish",
3434
"postpublish": "bash ~/com.appalachia/appa/appa package unity3d postpublish"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)