Skip to content

Commit

Permalink
bump version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlerhakan committed Nov 5, 2017
1 parent dddef0d commit 31d8df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ In your Maven/Gradle project, first add the corresponding dependency:
<dependency>
<groupId>com.github.ozlerhakan</groupId>
<artifactId>poiji</artifactId>
<version>1.5</version>
<version>1.6</version>
</dependency>
----

.gradle
[source,groovy]
----
dependencies {
compile 'com.github.ozlerhakan:poiji:1.5'
compile 'com.github.ozlerhakan:poiji:1.6'
}
----

Expand Down

0 comments on commit 31d8df5

Please sign in to comment.