File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Packages/com.doji.genesis Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.1.2] - 2023-02-24
9
+
10
+ ### Fixed
11
+
12
+ - Fix errors due to invalid paths on macOS.
13
+
8
14
## [ 0.1.1] - 2023-02-24
9
15
10
16
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.doji.genesis" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"displayName" : " Genesis" ,
5
5
"description" : " An AI-powered world building and prototyping tool." ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ PlayerSettings:
134
134
16:10 : 1
135
135
16:9 : 1
136
136
Others : 1
137
- bundleVersion : 0.1.1
137
+ bundleVersion : 0.1.2
138
138
preloadedAssets : []
139
139
metroInputSource : 0
140
140
wsaTransparentSwapchain : 0
You can’t perform that action at this time.
0 commit comments