diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 447841d..367f764 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: config: - name: Windows os: windows-latest - + - name: macOS os: macos-latest @@ -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 }} diff --git a/mod.json b/mod.json index 512b2b4..e141f18 100644 --- a/mod.json +++ b/mod.json @@ -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",