Skip to content

Commit bab75f2

Browse files
committed
update version
1 parent 9dd66b8 commit bab75f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

1111
repositories {

0 commit comments

Comments
 (0)