File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
# Supported targets: all clean distclean dist fetch jar
4
4
5
5
project = VimCoder
6
- version = 0.3.3
6
+ version = 0.3.4
7
7
8
8
sources = $(wildcard src/com/dogcows/* .java)
9
9
library = lib/ContestApplet.jar
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ public class VimCoder
27
27
/**
28
28
* The name and version of this plugin.
29
29
*/
30
- public final static String version = "VimCoder 0.3.3 " ;
30
+ public final static String version = "VimCoder 0.3.4 " ;
31
31
32
32
/**
33
33
* The website of the plugin project.
34
34
*/
35
- public final static String website = "http://www.brokenzipper. com/trac/wiki/VimCoder " ;
35
+ public final static String website = "http://github. com/chazmcgarvey/vimcoder " ;
36
36
37
37
38
38
/**
You can’t perform that action at this time.
0 commit comments