Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit 196b9b6

Browse files
committed
1.0.4
1 parent f92e1f2 commit 196b9b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'com.vazkii'
6-
version '1.0.3-SNAPSHOT'
6+
version '1.0.4-SNAPSHOT'
77

88
sourceCompatibility = 1.8
99

src/main/java/com/vazkii/instancesync/InstanceSync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public final class InstanceSync {
1010

11-
private static final String VERSION = "1.0.3";
11+
private static final String VERSION = "1.0.4";
1212

1313
public static void main(String[] args) {
1414
System.out.println("InstanceSync " + VERSION);

0 commit comments

Comments
 (0)