Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kejunxia committed Jun 29, 2015
1 parent 4805d8d commit 017bb2b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
@@ -1,3 +1,6 @@
Version: 1.0.2
Fix issue that exceptions during posting event are not thrown out properly

Version: 1.0.1
Bug fixes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -27,11 +27,11 @@ The library is currently release to jCenter and MavenCentral
<dependency>
<groupId>com.shipdream</groupId>
<artifactId>android-mvc</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

**Gradle:**
```groovy
compile "com.shipdream:android-mvc:1.0.1"
compile "com.shipdream:android-mvc:1.0.2"
```
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -60,7 +60,7 @@ ext {
version = [
major: 1,
minor: 0,
patch : 1
patch : 2
]
libGroup = 'com.shipdream'
libVersion = "${version.major}.${version.minor}.${version.patch}"
Expand Down
4 changes: 2 additions & 2 deletions documents/sites/Site-MarkDown.md
Expand Up @@ -16,13 +16,13 @@ The library is currently release to jCenter and MavenCentral
<dependency>
<groupId>com.shipdream</groupId>
<artifactId>android-mvc</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```

**Gradle:**
```groovy
compile "com.shipdream:android-mvc:1.0.1"
compile "com.shipdream:android-mvc:1.0.2"
```

## Samples APKs
Expand Down

0 comments on commit 017bb2b

Please sign in to comment.