Skip to content

Commit

Permalink
Bump version to 2.0.1.
Browse files Browse the repository at this point in the history
zhanghai committed Jan 10, 2016
1 parent c38a3ee commit 84067ce
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ An Android library for pattern lock.

![Sample](./screenshot/sample_small.png)

[Sample Application](//github.com/DreaminginCodeZH/PatternLock/releases/download/v2.0.0/sample-release.apk)
[Sample Application](//github.com/DreaminginCodeZH/PatternLock/releases/download/v2.0.1/sample-release.apk)

## PatternLock or LockPattern?

@@ -21,7 +21,7 @@ This library also aims to be elegant. Code taken from AOSP was slightly refactor
Gradle:

```gradle
compile 'me.zhanghai.android.patternlock:library:2.0.0'
compile 'me.zhanghai.android.patternlock:library:2.0.1'
```

## Usage
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.0.0
VERSION_CODE=2
VERSION_NAME=2.0.1
VERSION_CODE=3
GROUP=me.zhanghai.android.patternlock

POM_DESCRIPTION=A Material Design pattern lock library

0 comments on commit 84067ce

Please sign in to comment.