Skip to content

Commit abb0020

Browse files
authored
Fix treasure room button
1 parent f3b4a01 commit abb0020

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 1.3.2
2+
- Fix mislabeled setting (thanks colon!)
13
# 1.3.1
24
- JIT-less iOS support
35
# 1.3.0

mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"geode": "4.6.0",
2+
"geode": "4.6.1",
33
"gd": {
44
"win": "2.2074",
55
"android": "2.2074",
@@ -8,7 +8,7 @@
88
},
99
"id": "km7dev.quests_in_pause_menu",
1010
"name": "Rewards in Pause Menu",
11-
"version": "v1.3.1",
11+
"version": "v1.3.2",
1212
"developer": "km7dev",
1313
"description": "Adds reward access to the pause menu",
1414
"resources": {
@@ -54,7 +54,7 @@
5454
"type":"string",
5555
"default": "On Left",
5656
"one-of": ["Off", "On Left", "On Right"],
57-
"name": "Path Button",
57+
"name": "Treasure Room Button",
5858
"description": "Choose where the treasure room button will be placed."
5959
}
6060
}

0 commit comments

Comments
 (0)