Skip to content

Commit

Permalink
version 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
livotov committed Feb 1, 2016
1 parent 77a70b0 commit 53e3112
Show file tree
Hide file tree
Showing 2 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 @@ -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}
```

Expand Down
4 changes: 2 additions & 2 deletions maven.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53e3112

Please sign in to comment.