Skip to content

Commit

Permalink
Update version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Apr 29, 2018
1 parent 18f396a commit eb14a09
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.2.1</version>
<version>1.2.2</version>
</dependency>
#+END_SRC

** Gradle

#+BEGIN_SRC groovy
compile 'com.orgzly:org-java:1.2.1'
compile 'com.orgzly:org-java:1.2.2'
#+END_SRC

** SBT

#+BEGIN_SRC scala
libraryDependencies += "com.orgzly" % "org-java" % "1.2.1"
libraryDependencies += "com.orgzly" % "org-java" % "1.2.2"
#+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.2.2-SNAPSHOT"
version = "1.2.2"

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

0 comments on commit eb14a09

Please sign in to comment.