Skip to content

Commit

Permalink
chore(gradle): bump version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danorris709 committed Dec 18, 2023
1 parent cc1ae94 commit e1234a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ subprojects {
apply plugin: 'java'

group = 'com.envyful.battle.tower'
version = '1.3.2'
version = '1.3.3'

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand Down
2 changes: 1 addition & 1 deletion forge16/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/EnvyWare/EnvyBattleTower/issues"

[[mods]]
modId="envybattletower"
version="1.3.2"
version="1.3.3"
displayName="EnvyBattleTower"
displayURL="https://github.com/EnvyWare"
credits="https://github.com/EnvyWare"
Expand Down
2 changes: 1 addition & 1 deletion forge20/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/EnvyWare/EnvyBattleTower/issues"

[[mods]]
modId="envybattletower"
version="1.3.2"
version="1.3.3"
displayName="EnvyBattleTower"
displayURL="https://github.com/EnvyWare"
credits="https://github.com/EnvyWare"
Expand Down

0 comments on commit e1234a8

Please sign in to comment.