# Supported targets: all clean distclean dist fetch jar
project = VimCoder
-version = 0.3.3
+version = 0.3.4
sources = $(wildcard src/com/dogcows/*.java)
library = lib/ContestApplet.jar
/**
* The name and version of this plugin.
*/
- public final static String version = "VimCoder 0.3.3";
+ public final static String version = "VimCoder 0.3.4";
/**
* The website of the plugin project.
*/
- public final static String website = "http://www.brokenzipper.com/trac/wiki/VimCoder";
+ public final static String website = "http://github.com/chazmcgarvey/vimcoder";
/**