Skip to content

Commit bb7afa2

Browse files
0.1.10
1 parent c8da9b0 commit bb7afa2

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@
1414
|------|------|--------|---------|
1515

1616

17-
## Tag: `v0.1.8, origin/main`
17+
## Tag: `v0.1.9, origin/main`
18+
| Hash | Date | Author | Changes |
19+
|------|------|--------|---------|
20+
| c8da9b01b62be0cc50908b65807a5b037462f113 | 2021-10-31 | Chris Schubert | Refactoring menus and adding application manager setup |
21+
| e5e6683b1278ea232a211a03b4fc1637cb31c2d8 | 2021-10-29 | Chris Schubert | Updating to support VFX on builtin renderer |
22+
23+
24+
## Tag: `v0.1.8`
1825
| Hash | Date | Author | Changes |
1926
|------|------|--------|---------|
2027
| 634778418d2759e0f313809cb39a1fcd2c64a978 | 2021-10-24 | Chris Schubert | Automatic dependency updates |

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.9`
13+
`0.1.10`
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.9",
4+
"version": "0.1.10",
55
"unity": "2020.3",
66
"description": "Prefab rendering and spawning for Unity3D.",
77
"keywords": [
@@ -58,4 +58,4 @@
5858
"publish": "bash ~/com.appalachia/appa/appa package unity3d publish",
5959
"postpublish": "bash ~/com.appalachia/appa/appa package unity3d postpublish"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)