Skip to content

Commit

Permalink
bump version for v0.3.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chazmcgarvey committed Mar 7, 2015
1 parent 482e498 commit 4ba8e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Supported targets: all clean distclean dist fetch jar

project = VimCoder
version = 0.3.5
version = 0.3.6

sources = $(wildcard src/com/dogcows/*.java)
classes = $(sources:src/%.java=%.class)
Expand Down
2 changes: 1 addition & 1 deletion src/com/dogcows/VimCoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class VimCoder
/**
* The name and version of this plugin.
*/
public final static String version = "VimCoder 0.3.5";
public final static String version = "VimCoder 0.3.6";


/**
Expand Down

0 comments on commit 4ba8e69

Please sign in to comment.