Skip to content

Commit c84dea9

Browse files
committed
bump version
1 parent 47f7c35 commit c84dea9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Packages/com.doji.genesis/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.0] - 2023-xx-xx
8+
## [0.0.2] - 2023-02-23
9+
10+
### Fixed
11+
12+
- Fixed depth calculations. Absolute depth is now inferred from inverse depth by exposing a scale factor as a material property. This should get rid of distorted areas near the poles and depth in general should feel be more correct.
13+
14+
15+
## [0.0.1] - 2023-02-22
916
Initial Release

Packages/com.doji.genesis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.doji.genesis",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"displayName": "Genesis",
55
"description": "An AI-powered world building and prototyping tool.",
66
"dependencies": {

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ PlayerSettings:
134134
16:10: 1
135135
16:9: 1
136136
Others: 1
137-
bundleVersion: 1.0.0
137+
bundleVersion: 0.0.2
138138
preloadedAssets: []
139139
metroInputSource: 0
140140
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)