Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
LotuxPunk committed Jul 5, 2020
1 parent 68bb417 commit d07e90a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
jar_name=handles
minecraft_version=1.14.4
mod_version = 1.0.1
mod_version = 3.0.0

# Deps
jei_version=6.0.0.29
cct_version=1.89.1
cct_version=1.89.2
tm_tag=1.3.1-Release
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 @@ -8,7 +8,7 @@ issueTrackerURL="https://github.com/LotuxPunk/Handles/issues" #optional
# The modid of the mod
modId="handles" #mandatory
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
version="1.0.1" #mandatory
version="3.0.0" #mandatory
# A display name for the mod
displayName="Handles" #mandatory
# A URL to query for updates for this mod. See the JSON update specification <here>
Expand Down

0 comments on commit d07e90a

Please sign in to comment.