Skip to content

Commit

Permalink
Update version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Sep 25, 2017
1 parent a525286 commit 5e71c69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
<dependency>
<groupId>com.orgzly</groupId>
<artifactId>org-java</artifactId>
<version>1.0.1</version>
<version>1.1</version>
</dependency>
#+END_SRC

** Gradle

#+BEGIN_SRC groovy
compile 'com.orgzly:org-java:1.0.1'
compile 'com.orgzly:org-java:1.1'
#+END_SRC

** SBT

#+BEGIN_SRC scala
libraryDependencies += "com.orgzly" % "org-java" % "1.0.1"
libraryDependencies += "com.orgzly" % "org-java" % "1.1"
#+END_SRC
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

group = "com.orgzly"

version = "1.1-SNAPSHOT"
version = "1.1"

task javadocJar(type: Jar) {
classifier = 'javadoc'
Expand Down

0 comments on commit 5e71c69

Please sign in to comment.