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 c6b8a48 commit 992f171
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
sdk: 'v3.0.0-alpha.1'
cli: 'v3.0.0-beta.1'
sdk: 'v3.0.0-beta.1'
cli: 'v3.0.0'
combine: true
target: ${{ matrix.config.target }}
# sdk: nightly
Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"geode": "3.0.0-alpha.1",
"geode": "3.0.0-beta.1",
"gd": {
"win": "2.206"
},
"version": "v1.6.0-beta.1",
"version": "v1.6.0",
"id": "geode.custom-keybinds",
"name": "Custom Keybinds",
"developer": "Geode Team",
Expand Down

0 comments on commit 992f171

Please sign in to comment.