Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ealrann committed Oct 8, 2019
1 parent 2d8d481 commit 3728bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath "org.javamodularity:moduleplugin:1.5.0"
classpath "org.mini2Dx:butler:1.1.3"
classpath "org.mini2Dx:butler:1.1.3"
}
}

Expand All @@ -30,7 +30,7 @@ subprojects {
apply plugin: 'eclipse'
apply plugin: "org.javamodularity.moduleplugin"

version "1.3.0"
version "1.3.1"

sourceCompatibility = 11
targetCompatibility = 11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class VSandApplicationLauncher
{
private static final String APPLICATION_PATH = "Application.vsand";
private static final String APPLICATION_VERSION = "1.3.0";
private static final String APPLICATION_VERSION = "1.3.1";

private static final IResourceLoader resourceLoader = IResourceLoader.INSTANCE;

Expand Down

0 comments on commit 3728bba

Please sign in to comment.