Skip to content

Commit

Permalink
Prepare 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Oct 25, 2014
1 parent f22191d commit 77e1e24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Change Log
==========

0.2.0 *(In development)*
------------------------
0.2.0 *(2014-10-25)*
--------------------

* Add preference toggle for disabling the three second countdown.
* Add preference toggle for removing the activity from the recents list.
* Remove separate processes for the activity and service.
* Introduce Dagger for dependency management and injection.


0.1.0 *(2014-10-25)*
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Manifest version information!
def versionMajor = 0
def versionMinor = 1
def versionMinor = 2
def versionPatch = 0
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

Expand Down

0 comments on commit 77e1e24

Please sign in to comment.