Skip to content

Commit fe5eb48

Browse files
committed
Bump version number
1 parent 15ddfd6 commit fe5eb48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply plugin: 'fatjar'
1313
apply plugin: 'maven'
1414

1515
group = 'de.oceanlabs.mcp'
16-
version = '3.3-SNAPSHOT'
16+
version = '3.4-SNAPSHOT'
1717
targetCompatibility = '1.6'
1818
sourceCompatibility = '1.6'
1919

src/main/java/de/oceanlabs/mcp/mcinjector/MCInjector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
public class MCInjector
1313
{
1414
private final static Logger log = Logger.getLogger("MCInjector");
15-
public static final String VERSION = "MCInjector v3.2 by Searge, LexManos, Fesh0r";
15+
public static final String VERSION = "MCInjector v3.4 by Searge, LexManos, Fesh0r";
1616

1717
public static void main(String[] args) throws Exception
1818
{

0 commit comments

Comments
 (0)