Skip to content

Commit 3728bba

Browse files
committed
v1.3.1
1 parent 2d8d481 commit 3728bba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
classpath "org.javamodularity:moduleplugin:1.5.0"
11-
classpath "org.mini2Dx:butler:1.1.3"
11+
classpath "org.mini2Dx:butler:1.1.3"
1212
}
1313
}
1414

@@ -30,7 +30,7 @@ subprojects {
3030
apply plugin: 'eclipse'
3131
apply plugin: "org.javamodularity.moduleplugin"
3232

33-
version "1.3.0"
33+
version "1.3.1"
3434

3535
sourceCompatibility = 11
3636
targetCompatibility = 11

org.sheepy.vsand/src/main/java/org/sheepy/vsand/VSandApplicationLauncher.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
public class VSandApplicationLauncher
1010
{
1111
private static final String APPLICATION_PATH = "Application.vsand";
12-
private static final String APPLICATION_VERSION = "1.3.0";
12+
private static final String APPLICATION_VERSION = "1.3.1";
1313

1414
private static final IResourceLoader resourceLoader = IResourceLoader.INSTANCE;
1515

0 commit comments

Comments
 (0)