We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482e498 commit 4ba8e69Copy full SHA for 4ba8e69
Makefile
@@ -3,7 +3,7 @@
3
# Supported targets: all clean distclean dist fetch jar
4
5
project = VimCoder
6
-version = 0.3.5
+version = 0.3.6
7
8
sources = $(wildcard src/com/dogcows/*.java)
9
classes = $(sources:src/%.java=%.class)
src/com/dogcows/VimCoder.java
@@ -27,7 +27,7 @@ public class VimCoder
27
/**
28
* The name and version of this plugin.
29
*/
30
- public final static String version = "VimCoder 0.3.5";
+ public final static String version = "VimCoder 0.3.6";
31
32
33
0 commit comments