Skip to content

Commit

Permalink
feat(github, version): No longer force geode SDK version, change alph…
Browse files Browse the repository at this point in the history
…a -> beta

Alpha is before Beta im kinda retarded
  • Loading branch information
SpaghettDev committed Jun 7, 2024
1 parent 3cb9eac commit 07fcb20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/geode-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Build the mod
uses: geode-sdk/build-geode-mod@main
with:
sdk: 'nightly'
cli: 'v3.0.0-beta.1'
cli: 'v3.0.0-alpha.1'
bindings: geode-sdk/bindings
bindings-ref: main
combine: true
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v3.0.0-alpha] - 2024-06-06
## [v3.0.0-beta] - 2024-06-06

### Added

Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"win": "2.206",
"mac": "2.206"
},
"version": "v3.0.0-alpha",
"version": "v3.0.0-beta",
"id": "spaghettdev.betterinputs",
"name": "BetterInputs",
"developer": "SpaghettDev",
Expand Down

0 comments on commit 07fcb20

Please sign in to comment.