Skip to content

Commit

Permalink
Prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Wieczorek committed Feb 5, 2018
1 parent 33a11ac commit 9f1560a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jspoon is a Java library that provides parsing HTML into Java objects basing on
Insert the following dependency into your project's `build.gradle` file:
```gradle
dependencies {
compile 'pl.droidsonroids:jspoon:1.2.0'
compile 'pl.droidsonroids:jspoon:1.2.1'
}
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POM_VERSION=1.2.0
POM_VERSION=1.2.1
POM_GROUP=pl.droidsonroids
POM_ARTIFACT_ID=jspoon
POM_DESCRIPTION=Annotation based HTML to Java parser
Expand Down
2 changes: 1 addition & 1 deletion retrofit-converter-jspoon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installation
Insert the following dependency to `build.gradle` file of your project:
```gradle
dependencies {
compile 'pl.droidsonroids.retrofit2:converter-jspoon:1.2.0'
compile 'pl.droidsonroids.retrofit2:converter-jspoon:1.2.1'
}
```
Example
Expand Down

0 comments on commit 9f1560a

Please sign in to comment.