Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed Jun 15, 2024
1 parent 3ece38d commit 407fb14
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
with:
build-config: RelWithDebInfo
export-pdb: true
cli: v3.0.0-beta.1
sdk: nightly
sdk: v3.0.0-beta.1
combine: true
target: ${{ matrix.config.target }}

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Fake Rate Changelog
## v1.1.9 (2024-06-14)
- Finalized the release of v1.1.9

## v1.1.9-beta.3 (2024-06-12)
- Fixed a slight alignment issue in the fake rate popup

Expand Down
6 changes: 3 additions & 3 deletions mod.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"geode": "3.0.0-alpha.2",
"geode": "3.0.0-beta.1",
"gd": {
"android": "2.206",
"win": "2.206",
"mac": "2.206"
},
"version": "v1.1.9-beta.3",
"version": "v1.1.9",
"id": "hiimjustin000.fake_rate",
"name": "Fake Rate",
"developer": "hiimjustin000",
Expand All @@ -14,7 +14,7 @@
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.12.0-beta.1",
"version": ">=v1.12.0",
"importance": "required"
}
],
Expand Down

0 comments on commit 407fb14

Please sign in to comment.