Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleeym committed Jun 14, 2024
1 parent 7ef0650 commit 7cdb2b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
config:
- name: Windows
os: windows-latest

- name: macOS
os: macos-latest

Expand All @@ -35,8 +35,8 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
cli: 'v3.0.0-beta.1'
sdk: 'nightly'
cli: 'v3.0.0'
sdk: 'v3.0.0-beta.1'
combine: true
target: ${{ matrix.config.target }}

Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"geode": "3.0.0-alpha.2",
"geode": "3.0.0-beta.1",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206",
"ios": "2.205"
},
"version": "v1.12.0-beta.4",
"version": "v1.12.0",
"id": "geode.node-ids",
"name": "Node IDs",
"developer": "Geode Team",
Expand Down

0 comments on commit 7cdb2b0

Please sign in to comment.