Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Insprill committed Apr 23, 2023
1 parent 77ee2f9 commit a491b14
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
0.1.1:
Runtime:
- Fixed the mod trying to load a non-existent map if it was deleted while selected.
- Fixed the mod's home page and repository URLs not being set.
- Specified minimum UMM version as 0.24.6.

Map Creation Package:
- Added validation for terrain height.
- Fixed spawn position validation always failing until a build was run.
- Fixed an error when generating the map background if the terrain or water levels were 0.

0.1.0:
- Initial release.
2 changes: 1 addition & 1 deletion PackageBuilder/Assets/Mapify/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Id": "Mapify",
"Version": "0.1.0",
"Version": "0.1.1",
"DisplayName": "Mapify",
"Author": "Insprill",
"EntryMethod": "Mapify.Main.Load",
Expand Down
5 changes: 5 additions & 0 deletions repository.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"Releases": [
{
"Id": "Mapify",
"Version": "0.1.1",
"DownloadUrl": "https://github.com/Insprill/dv-mapify/releases/download/v0.1.1/Mapify_v0.1.1.zip"
},
{
"Id": "Mapify",
"Version": "0.1.0",
Expand Down

0 comments on commit a491b14

Please sign in to comment.