Skip to content

Commit f9dcb47

Browse files
committed
Prepare for release 0.2.2
1 parent 89f46e2 commit f9dcb47

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
Version 0.2.2 *(2016-08-14)*
5+
----------------------------
6+
7+
* Docs: Add MIT license notice to source files
8+
* Refactor packages
9+
* Refactor classes to final
10+
411
Version 0.2.1 *(2016-07-10)*
512
----------------------------
613

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
3030
// ... other dependencies here
3131
32-
compile 'com.github.aitorvs.fingerlock:core:0.2.1'
32+
compile 'com.github.aitorvs.fingerlock:core:0.2.2'
3333
}
3434
```
3535

@@ -44,7 +44,7 @@ dependencies {
4444
4545
// ... other dependencies here
4646
47-
compile 'com.github.aitorvs.fingerlock:dialog:0.2.1'
47+
compile 'com.github.aitorvs.fingerlock:dialog:0.2.2'
4848
}
4949
```
5050
# 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.2-SNAPSHOT
20+
VERSION_NAME=0.2.2

0 commit comments

Comments
 (0)