Skip to content

Commit b420669

Browse files
committed
v1.0.9
1 parent 2f001a6 commit b420669

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
uses: geode-sdk/build-geode-mod@main
4141
with:
4242
combine: true
43-
cli: 'nightly'
44-
sdk: 'nightly'
43+
cli: 'stable'
44+
sdk: 'stable'
4545
bindings: geode-sdk/bindings
4646
bindings-ref: main
4747
target: ${{ matrix.config.target }}

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v1.0.9
2+
3+
* Ported to MacOS
4+
* Bumped Geode Version
5+
16
# v1.0.8
27

38
* Added Sprites for Pearl Tier

mod.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"geode": "4.3.1",
2+
"geode": "4.4.0",
33
"gd": {
44
"win": "2.2074",
55
"android": "2.2074",
6-
"ios": "2.2074"
6+
"ios": "2.2074",
7+
"mac": "2.2074"
78
},
8-
"version": "v1.0.8",
9+
"version": "v1.0.9",
910
"id": "minemaker0430.gddp_integration",
1011
"name": "GDDP - Demon Progression",
1112
"developer": "ItsMochaTheOtter",

0 commit comments

Comments
 (0)