Skip to content

Commit

Permalink
Update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Dec 7, 2017
1 parent d476404 commit dca4320
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 @@ -10,18 +10,18 @@
<dependency>
<groupId>com.orgzly</groupId>
<artifactId>org-java</artifactId>
<version>1.1</version>
<version>1.1.1</version>
</dependency>
#+END_SRC

** Gradle

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

** SBT

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

group = "com.orgzly"

version = "1.1.1-SNAPSHOT"
version = "1.1.1"

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

0 comments on commit dca4320

Please sign in to comment.