Skip to content

Commit

Permalink
Prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Wieczorek committed Mar 28, 2018
1 parent a4e84d1 commit d9a226e
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.2'
compile 'pl.droidsonroids:jspoon:1.3.0'
}
```
## 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.2
POM_VERSION=1.3.0
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.2'
compile 'pl.droidsonroids.retrofit2:converter-jspoon:1.3.0'
}
```
Example
Expand Down

0 comments on commit d9a226e

Please sign in to comment.