Skip to content

Commit ec19be0

Browse files
author
Bruno Wieczorek
committed
Prepare release 1.3.2
1 parent 2159364 commit ec19be0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jspoon is a Java library that provides parsing HTML into Java objects basing on
88
Insert the following dependency into your project's `build.gradle` file:
99
```gradle
1010
dependencies {
11-
implementation 'pl.droidsonroids:jspoon:1.3.1'
11+
implementation 'pl.droidsonroids:jspoon:1.3.2'
1212
}
1313
```
1414
## Usage

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
POM_VERSION=1.3.1
1+
POM_VERSION=1.3.2
22
POM_GROUP=pl.droidsonroids
33
POM_ARTIFACT_ID=jspoon
44
POM_DESCRIPTION=Annotation based HTML to Java parser

retrofit-converter-jspoon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Installation
1515
Insert the following dependency to `build.gradle` file of your project:
1616
```gradle
1717
dependencies {
18-
implementation 'pl.droidsonroids.retrofit2:converter-jspoon:1.3.1'
18+
implementation 'pl.droidsonroids.retrofit2:converter-jspoon:1.3.2'
1919
}
2020
```
2121
Example

0 commit comments

Comments
 (0)