From 7cdb2b0ce426f37ba33ac17cd211ec93ea688f01 Mon Sep 17 00:00:00 2001 From: Fleeym <61891787+Fleeym@users.noreply.github.com> Date: Sat, 15 Jun 2024 01:50:15 +0300 Subject: [PATCH] version bump --- .github/workflows/build.yml | 6 +++--- mod.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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",