Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Bolinger committed Sep 23, 2024
1 parent 6dc3696 commit f4dff3f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
SET VERSION="1.0.2"
SET VERSION="1.0.3"
SET DIR=".\build\dist\\%VERSION%\Emrick Designer"
SET NAME="Emrick Designer"
call .\gradlew.bat clean
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'org.emrick.project'
version '1.0.2'
version '1.0.3'
var jarTitle = "Emrick-Designer-$version"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#echo BUILD COMPLETE


VERSION="1.0.2"
VERSION="1.0.3"
DIR="./build/dist/$VERSION/emrick-designer"
NAME="emrick-designer"

Expand Down
2 changes: 1 addition & 1 deletion build.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#echo BUILD COMPLETE


VERSION="1.0.2"
VERSION="1.0.3"
DIR="./build/dist/$VERSION/Emrick Designer.app"
NAME="Emrick Designer"

Expand Down

0 comments on commit f4dff3f

Please sign in to comment.