Skip to content

Commit 18966fe

Browse files
committed
Update versions
1 parent 0e0a163 commit 18966fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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="7.27.1"
2+
SET VERSION="7.27.2"
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 '7.27.1'
8+
version '7.27.2'
99
var jarTitle = "Emrick-Designer-$version"
1010

1111
repositories {

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="7.27.1"
13+
VERSION="7.27.2"
1414
DIR="./build/dist/$VERSION/Emrick Designer.app"
1515
NAME="Emrick Designer"
1616

0 commit comments

Comments
 (0)