Skip to content

Commit

Permalink
1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed Feb 21, 2015
1 parent 54c35b7 commit 8052d84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ https://github.com/BoD/android-contentprovider-generator/releases/latest

### Run the tool

`java -jar android_contentprovider_generator-1.9.0-bundle.jar -i <input folder> -o <output folder>`
`java -jar android_contentprovider_generator-1.9.1-bundle.jar -i <input folder> -o <output folder>`
- Input folder: where to find `_config.json` and your entity json files
- Output folder: where the resulting files will be generated

Expand Down Expand Up @@ -224,7 +224,7 @@ You need maven to build this tool.

`mvn package`

This will produce `android-contentprovider-generator-1.9.0-bundle.jar` in the `target` folder.
This will produce `android-contentprovider-generator-1.9.1-bundle.jar` in the `target` folder.


Similar tools
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.jraf</groupId>
<artifactId>android_contentprovider_generator</artifactId>
<version>1.9.0</version> <!-- Do not forget to update README.md and CHANGELOG.md when updating this value -->
<version>1.9.1</version> <!-- Do not forget to update README.md and CHANGELOG.md when updating this value -->
<packaging>jar</packaging>

<name>GenerateAndroidProvider</name>
Expand Down

0 comments on commit 8052d84

Please sign in to comment.