Skip to content

Commit 49e5d9e

Browse files
author
Bruno Wieczorek
committed
Prepare release 1.2.0
1 parent 00b0e2a commit 49e5d9e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-
compile 'pl.droidsonroids:jspoon:1.1.0'
11+
compile 'pl.droidsonroids:jspoon:1.2.0'
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.1.0
1+
POM_VERSION=1.2.0
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jspoon Retrofit Converter
77
A Retrofit `Converter` which uses [jspoon](https://github.com/DroidsOnRoids/jspoon) for parsing body from HTML.
88

99
A default `Jspoon` instance will be created or one can be configured and passed to
10-
`JspoonConverterFactory.create()` to further control the convertion.
10+
`JspoonConverterFactory.create()` to further control the conversion.
1111

1212

1313
Installation
1414
--------
1515
Insert the following dependency to `build.gradle` file of your project:
1616
```gradle
1717
dependencies {
18-
compile 'pl.droidsonroids.retrofit2:converter-jspoon:1.1.0'
18+
compile 'pl.droidsonroids.retrofit2:converter-jspoon:1.2.0'
1919
}
2020
```
2121
Example

0 commit comments

Comments
 (0)