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 Jul 25, 2024
2 parents d31b521 + 7b89874 commit 5e3d0c0
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

* Updated kotlin and gradle version (#167).

## 0.7.15

* Handle sonatype vulnerability (#160).
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.15'
compile 'com.hp.jipp:jipp-pdl:0.7.15' // 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.15'
ext.jipp_version = '0.7.16'

buildscript {
repositories {
Expand Down

0 comments on commit 5e3d0c0

Please sign in to comment.