Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Mar 31, 2024
1 parent e5398b8 commit df92f7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx2G

# Mod Properties
mod_version = 0.0.2
mod_version = 0.0.3
maven_group = dev.ithundxr
archives_base_name = RailwaysTweaks

Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version=$(grep 'mod_version = ' "./gradle.properties" | cut -d'=' -f2 | tr -d '

git tag -s -a v"$version" -m "$1"

git push origin v"$version"
git push origin main v"$version"

0 comments on commit df92f7e

Please sign in to comment.