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 f4f1b29 commit 052a1ac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: geode-sdk/build-geode-mod@main
with:
combine: true
sdk: nightly
sdk: 'v3.0.0-beta.1'
target: ${{ matrix.config.target }}

package:
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.7.0

* Support for 2.206
* Bump to Geode `v3.0.0-beta.1`
* Fixes for 64-bit
* Make the time format for memory dumps better
* Remove logs for GL extension string
* Actually save the settings used

## v1.6.0

* Adds Node IDs into the Attributes menu, along with a button to copy them
Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"geode": "3.0.0-alpha.2",
"version": "v1.6.0",
"geode": "3.0.0-beta.1",
"version": "v1.7.0",
"gd": {
"win": "*",
"android": "*",
Expand Down

0 comments on commit 052a1ac

Please sign in to comment.