Skip to content

Commit eec1fc1

Browse files
committed
update version for another minor release
1 parent 81169d2 commit eec1fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Supported targets: all clean distclean dist fetch jar
44

55
project = VimCoder
6-
version = 0.3.2
6+
version = 0.3.3
77

88
sources = $(wildcard src/com/dogcows/*.java)
99
library = lib/ContestApplet.jar

src/com/dogcows/VimCoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class VimCoder
2727
/**
2828
* The name and version of this plugin.
2929
*/
30-
public final static String version = "VimCoder 0.3.2";
30+
public final static String version = "VimCoder 0.3.3";
3131

3232
/**
3333
* The website of the plugin project.

0 commit comments

Comments
 (0)