From 53e3112592980754628bab2b770ed16900b9c407 Mon Sep 17 00:00:00 2001 From: Dmitri Livotov Date: Mon, 1 Feb 2016 19:08:12 +0200 Subject: [PATCH] version 2.0.1 release --- README.md | 2 +- maven.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8919e16..054846f 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Get It - Artifact ID: CAMView ```groovy -compile ('eu.livotov.labs.android:CAMView:2.0.0@aar') {transitive=true} +compile ('eu.livotov.labs.android:CAMView:2.0.1@aar') {transitive=true} ``` diff --git a/maven.properties b/maven.properties index 8784654..0ab2ad1 100644 --- a/maven.properties +++ b/maven.properties @@ -7,10 +7,10 @@ maven.name=CAMView maven.info=Android camera easy access library and embedded QR (and other codes) scanner, based on ZXing # Project version -maven.version=2.0.0 +maven.version=2.0.1 # VCS tag to reference this version sources -maven.version.tag=v2.0.0 +maven.version.tag=v2.0.1 # Project homepage url maven.url.home=https://github.com/livotovlabs/CamView