Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit 24c0f14

Browse files
author
Kathy Ma
committed
Prepare for release 0.4.2.
1 parent a448505 commit 24c0f14

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

4-
Version 0.4.0 *(2016-11-17)*
4+
Version 0.4.2 *(2016-11-17)*
5+
----------------------------
6+
7+
Fix release artifacts.
8+
9+
Version 0.4.1 *(2016-11-17)*
510
----------------------------
611

712
Fix bug where incorrect exit transition was used.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Download
263263
--------
264264

265265
```groovy
266-
compile 'com.lyft:scoop:0.4.1'
266+
compile 'com.lyft:scoop:0.4.2'
267267
```
268268

269269
Snapshots of development version are available in [Sonatype's `snapshots` repository](https://oss.sonatype.org/content/repositories/snapshots/com/lyft/scoop/).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.lyft
2-
VERSION_NAME=0.5.0-SNAPSHOT
2+
VERSION_NAME=0.4.2
33

44
POM_DESCRIPTION=Micro framework for building View based modular Android applications
55

0 commit comments

Comments
 (0)