Skip to content

Commit

Permalink
updated history and readme files for v0.7.16-beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
HPSudip authored Jul 26, 2024
2 parents ba7cfac + 05544b5 commit fdbe7b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# History of Changes

## 0.7.16
## 0.7.16-beta1

* Updated kotlin and gradle version (#167).
* Update copyright information in model files (#175).
* Update copyright info in source files.
* Added missing overrides to extra list (#139).
* Upgraded IPP registrations to 2024-06-13

## 0.7.15

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'
compile 'com.hp.jipp:jipp-pdl:0.7.16' // Only needed if transforming PDLs
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
}
```
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'
ext.jipp_version = '0.7.16-beta1'

buildscript {
repositories {
Expand Down

0 comments on commit fdbe7b6

Please sign in to comment.