From 8052d84944e33d2d0516bea5f560cd99ac18f1d6 Mon Sep 17 00:00:00 2001 From: BoD Date: Sat, 21 Feb 2015 15:17:12 +0100 Subject: [PATCH] 1.9.1 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b2a650..897a751 100644 --- a/README.md +++ b/README.md @@ -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 -o ` +`java -jar android_contentprovider_generator-1.9.1-bundle.jar -i -o ` - Input folder: where to find `_config.json` and your entity json files - Output folder: where the resulting files will be generated @@ -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 diff --git a/pom.xml b/pom.xml index 285a71e..3831cfa 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.jraf android_contentprovider_generator - 1.9.0 + 1.9.1 jar GenerateAndroidProvider