Skip to content

Commit

Permalink
Bumped to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emonadeo committed Sep 5, 2020
1 parent 205a1f2 commit 3244033
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ curseforge {
changelogType = "text"
changelog = file("changelog.txt")

addGameVersion '1.16'
addGameVersion '1.16.1'
addGameVersion '1.16.2'
addGameVersion 'Java 8'
addGameVersion 'Fabric'
Expand Down
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* Added configurable Keybind to toggle Auto-Run
* Added support for Rideables (Boats, Horses, etc)
* Updated deprecated code
* Added missing lang entry for config menu
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ yarn_mappings=1.16.2+build.1
loader_version=0.9.1+build.205

# Mod Properties
mod_version=0.2.0
supported_versions=1.16.2
mod_version=0.2.1
supported_versions=1.16.X
maven_group=com.emonadeo
archives_base_name=autorun

Expand All @@ -21,4 +21,4 @@ cloth_version=4.8.1

# CurseGradle
project_id=279429
release_type=beta
release_type=release
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],

"depends": {
"fabricloader": ">=0.7.8",
"fabricloader": ">=0.9.1",
"fabric": "*",
"minecraft": "1.16.x"
},
Expand Down

0 comments on commit 3244033

Please sign in to comment.