Skip to content

Commit

Permalink
rev project version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyshard authored and lilyshard committed Oct 31, 2013
1 parent bb79e85 commit 8945f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.jewelsea</groupId>
<artifactId>willow</artifactId>
<version>0.1</version>
<version>0.2</version>

<name>willow</name>
<description>A JavaFX Web Browser</description>
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ run a maven build on the project root directory (contains a pom.xml file).
> mvn package

run the browser
> %JDK_HOME%\bin\java -jar target\willow-0.1-jar-with-dependencies.jar
> %JDK_HOME%\bin\java -jar target\willow-0.2-jar-with-dependencies.jar


Build Instructions - Windows Command Line
Expand Down

0 comments on commit 8945f9c

Please sign in to comment.