Skip to content

Commit

Permalink
Bumped version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiks committed Feb 2, 2016
1 parent c4a196d commit 667f365
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
@@ -1,5 +1,5 @@
group 'org.uristmaps'
version '0.3.2'
version '0.3.3'

apply plugin: 'java'
apply plugin: 'idea'
Expand Down
8 changes: 7 additions & 1 deletion build.xml
Expand Up @@ -3,7 +3,7 @@
buildfile to create distributable package
</description>
<!-- set global properties for this build -->
<property name="version" value="0.3.2" />
<property name="version" value="0.3.3" />
<property name="src" location="src"/>
<property name="build" location="build"/>
<property name="dist" location="dist" />
Expand All @@ -16,6 +16,12 @@
<mkdir dir="${dist}"/>
</target>

<target name="package">
<exec executable="gradle">
<arg value="buildProduct_uristmaps" />
</exec>
</target>

<target name="copy_res" description="copy resources to build dir">
<copy todir="${assemble}" overwrite="true">
<fileset dir="${src}/main/resources/">
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/uristmaps/Uristmaps.java
Expand Up @@ -24,7 +24,7 @@
*/
public class Uristmaps {

public static final String VERSION = "0.3.2";
public static final String VERSION = "0.3.3";

/**
* The global configuration object.
Expand Down

0 comments on commit 667f365

Please sign in to comment.