Skip to content

Commit

Permalink
Updated history and readme files for release v0.7.16 production
Browse files Browse the repository at this point in the history
  • Loading branch information
HPSudip authored Aug 12, 2024
2 parents d4c05c7 + c6724d3 commit 186dccf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History of Changes

## 0.7.16

* Fix DocumentState enum (#185).

## 0.7.16-beta1

* Updated kotlin and gradle version (#167).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ The API is Java-compatible but implemented in Kotlin.
1. Add the current version of JIPP to your project
```gradle
dependencies {
compile 'com.hp.jipp:jipp-core:0.7.16-beta1'
compile 'com.hp.jipp:jipp-pdl:0.7.16-beta1' // Only needed if transforming PDLs
compile 'com.hp.jipp:jipp-core:0.7.16'
compile 'com.hp.jipp:jipp-pdl:0.7.16' // Only needed if transforming PDLs
}
```
2. Create an `IppClientTransport` or `IppServerTransport` (see example
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ allprojects {
ext.ktlint_version = '0.41.0'

// Version of JIPP & friends to publish
ext.jipp_version = '0.7.16-beta1'
ext.jipp_version = '0.7.16'

buildscript {
repositories {
Expand Down

0 comments on commit 186dccf

Please sign in to comment.