Skip to content

Commit

Permalink
Fix android not compiling :)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Feb 7, 2024
1 parent 34712e2 commit 8e3e311
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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/).

## [1.6.1-beta.2] - 2024-02-07

### Changed

- Actually target any Node-IDs version that matches or is greater than 1.3.0, previous version targeted v1.1.4

## [1.6.1-beta.1] - 2024-02-07

### Added
Expand Down
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"win": "2.204",
"android": "2.205"
},
"version": "v1.6.1-beta.1",
"version": "v1.6.1-beta.2",
"id": "spaghettdev.gd-roulette",
"name": "GD-Roulette",
"developer": "SpaghettDev",
Expand All @@ -22,7 +22,7 @@
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=v1.1.4",
"version": ">=v1.3.0",
"importance": "required"
}
],
Expand Down

0 comments on commit 8e3e311

Please sign in to comment.