Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Apr 17, 2021
1 parent 727b6bd commit ae82ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'org.spongepowered.mixin'
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.

version = "0.12.0-1.16.3"
version = "0.12.1-1.16.3"
group = "com.mrcrayfish" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "controllable"

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license="GNU General Public License 3.0"

[[mods]]
modId="controllable"
version="0.12.0"
version="0.12.1"
displayName="Controllable"
description="Adds the ability to use a controller to play Minecraft"

Expand Down

0 comments on commit ae82ef2

Please sign in to comment.