Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yanny7 committed Dec 11, 2019
1 parent 7127fb5 commit c9351e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
apply plugin: 'net.minecraftforge.gradle'

version = '1.0.0'
version = '1.0.1'
group = 'com.yanny.age.stone' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'stone-age'

Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.0.1
- added mammoth tusk item
- added Mammoth entity
- moved tools to mod group
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 @@ -34,6 +34,6 @@ Stone Age
[[dependencies.stone_age]]
modId="ages_api"
mandatory=true
versionRange="[1.0.0,)"
versionRange="[1.0.1,)"
ordering="NONE"
side="BOTH"

0 comments on commit c9351e8

Please sign in to comment.