Skip to content

Commit b8ad04c

Browse files
committed
Prepare for release 0.2.3
1 parent 39e778f commit b8ad04c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Change Log
22
==========
33

4-
Version x.x.x *(2016-xx-xx)*
4+
Version 0.2.3 *(2016-09-14)*
55
----------------------------
66

7-
*
7+
* Bump gradle version
88

99
Version 0.2.2 *(2016-08-14)*
1010
----------------------------

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
3131
// ... other dependencies here
3232
33-
compile 'com.github.aitorvs.fingerlock:core:0.2.2'
33+
compile 'com.github.aitorvs.fingerlock:core:0.2.3'
3434
}
3535
```
3636

@@ -45,7 +45,7 @@ dependencies {
4545
4646
// ... other dependencies here
4747
48-
compile 'com.github.aitorvs.fingerlock:dialog:0.2.2'
48+
compile 'com.github.aitorvs.fingerlock:dialog:0.2.3'
4949
}
5050
```
5151
# Core

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=0.2.3-SNAPSHOT
20+
VERSION_NAME=0.2.3

0 commit comments

Comments
 (0)