Skip to content

Commit

Permalink
Using version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Apr 21, 2016
1 parent 532c584 commit d46b665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (project.hasProperty("myBintrayUser")) {
licenses = ['Apache-2.0']
vcsUrl = 'https://github.com/rjrudin/' + project.name + '.git'
version {
name = "0.1.2"
name = "0.2.0"
released = new Date()
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group=com.marklogic
javadocsDir=../gh-pages-marklogic-java/javadocs
version=0.1.3
version=0.2.0

0 comments on commit d46b665

Please sign in to comment.