Skip to content

Commit 99e4d51

Browse files
committed
change website url and bump version
1 parent fffcb78 commit 99e4d51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3
6+
version = 0.3.4
77

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

src/com/dogcows/VimCoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ public class VimCoder
2727
/**
2828
* The name and version of this plugin.
2929
*/
30-
public final static String version = "VimCoder 0.3.3";
30+
public final static String version = "VimCoder 0.3.4";
3131

3232
/**
3333
* The website of the plugin project.
3434
*/
35-
public final static String website = "http://www.brokenzipper.com/trac/wiki/VimCoder";
35+
public final static String website = "http://github.com/chazmcgarvey/vimcoder";
3636

3737

3838
/**

0 commit comments

Comments
 (0)