Skip to content

Commit f4dff3f

Browse files
committed
update versions
1 parent 6dc3696 commit f4dff3f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
SET VERSION="1.0.2"
2+
SET VERSION="1.0.3"
33
SET DIR=".\build\dist\\%VERSION%\Emrick Designer"
44
SET NAME="Emrick Designer"
55
call .\gradlew.bat clean

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'org.emrick.project'
8-
version '1.0.2'
8+
version '1.0.3'
99
var jarTitle = "Emrick-Designer-$version"
1010

1111
repositories {

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#echo BUILD COMPLETE
1111

1212

13-
VERSION="1.0.2"
13+
VERSION="1.0.3"
1414
DIR="./build/dist/$VERSION/emrick-designer"
1515
NAME="emrick-designer"
1616

build.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#echo BUILD COMPLETE
1111

1212

13-
VERSION="1.0.2"
13+
VERSION="1.0.3"
1414
DIR="./build/dist/$VERSION/Emrick Designer.app"
1515
NAME="Emrick Designer"
1616

0 commit comments

Comments
 (0)