Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
itkach committed Oct 1, 2014
1 parent abd6c28 commit 9e03dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
To start the application, run

#+BEGIN_SRC sh
java -Dslobber.browse=true -jar aard2-web-0.1.jar ~/Downloads/*.slob
java -Dslobber.browse=true -jar aard2-web-0.2.jar ~/Downloads/*.slob
#+END_SRC

(assuming you have some slob files in /~/Downloads/
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'java'

version = '0.1'
version = '0.2'

repositories {
mavenCentral()
Expand Down

0 comments on commit 9e03dd1

Please sign in to comment.