Skip to content

Commit e5feb19

Browse files
committed
updated history and readme files for 0.7.18-alpha1
1 parent a565506 commit e5feb19

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History of Changes
22

3+
## 0.7.18-alpha1
4+
5+
* Backside page transformation based on jpps (#212)
6+
37
## 0.7.17
48

59
* Fix copyright in source code (#208)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The API is Java-compatible but implemented in Kotlin.
3939
1. Add the current version of JIPP to your project
4040
```gradle
4141
dependencies {
42-
compile 'com.hp.jipp:jipp-core:0.7.17'
43-
compile 'com.hp.jipp:jipp-pdl:0.7.17' // Only needed if transforming PDLs
42+
compile 'com.hp.jipp:jipp-core:0.7.18-alpha1'
43+
compile 'com.hp.jipp:jipp-pdl:0.7.18-alpha1' // Only needed if transforming PDLs
4444
}
4545
```
4646
2. Create an `IppClientTransport` or `IppServerTransport` (see example

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ allprojects {
66
ext.ktlint_version = '0.41.0'
77

88
// Version of JIPP & friends to publish
9-
ext.jipp_version = '0.7.17'
9+
ext.jipp_version = '0.7.18-alpha1'
1010

1111
buildscript {
1212
repositories {

0 commit comments

Comments
 (0)