Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherSchubert committed Oct 21, 2021
1 parent 51c1882 commit 4d0a48b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
## Releasing
| Hash | Date | Author | Changes |
|------|------|--------|---------|
| 51c1882de937b9cf6f53ba79e4115612e2b22b35 | 2021-10-20 | Chris Schubert | Automatic depenency and reference management and cleanup |
| f9376b62babc4f5184dece9d64b6fc795054860a | 2021-10-20 | Chris Schubert | Committing project and assembly management changes before regenerating project files |


## Tag: `v0.1.3`
| Hash | Date | Author | Changes |
|------|------|--------|---------|
| db704e9922fde449eddd4994a60f8564c549fc4c | 2021-10-16 | Chris Schubert | More project cleanup and refactoring |
| fa3d010bd644373e63e549def4a54559406c3988 | 2021-10-12 | Chris Schubert | Code cleanup and project restructuring |

Expand Down
4 changes: 2 additions & 2 deletions RELEASELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Released Changes

`0.1.3`
`0.1.4`
| Hash | Date | Author | Changes |
|------|------|--------|---------|
| db704e9922fde449eddd4994a60f8564c549fc4c | 2021-10-16 | Chris Schubert | More project cleanup and refactoring |
| 51c1882de937b9cf6f53ba79e4115612e2b22b35 | 2021-10-20 | Chris Schubert | Automatic depenency and reference management and cleanup |
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.appalachia.unity3d.spatial",
"displayName": "Appalachia.Spatial for Unity3D",
"version": "0.1.3",
"version": "0.1.4",
"unity": "2020.3",
"description": "Spatial utilities like Octrees and mesh burial utilities for Unity3D.",
"keywords": [
Expand Down Expand Up @@ -49,4 +49,4 @@
"postpublish": "bash ~/com.appalachia/appa/appa package unity3d postpublish"
},
"exports": null
}
}

0 comments on commit 4d0a48b

Please sign in to comment.