Skip to content

Commit 3be9f85

Browse files
0.1.5
1 parent f7ba9a1 commit 3be9f85

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+
| f7ba9a11ce7755b254eae40d3761ce41598024fe | 2021-10-17 | Chris Schubert | Fixing package jsons |
16+
17+
18+
## Tag: `v0.1.4`
19+
| Hash | Date | Author | Changes |
20+
|------|------|--------|---------|
1521
| 80133ca7ce9f923660bea27b2cbe9b95a82b68be | 2021-10-17 | Chris Schubert | Fixing doozy input issues |
1622

1723

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.4`
13+
`0.1.5`
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.rendering",
33
"displayName": "Appalachia.Rendering for Unity3D",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"unity": "2020.3",
66
"description": "Prefab rendering and spawning for Unity3D.",
77
"keywords": [
@@ -34,4 +34,4 @@
3434
"publish": "bash ~/com.appalachia/appa/appa package unity3d publish",
3535
"postpublish": "bash ~/com.appalachia/appa/appa package unity3d postpublish"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)