Skip to content

Commit

Permalink
Prepare 1.0.2 release (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Apr 30, 2019
1 parent c4b576b commit 9642baa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Change Log
==========
All notable changes to this project will be documented in this file.

[Version 1.0.2 _(UNRELEASED)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v1.0.2)
[Version 1.0.2 _(2018-04-30)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v1.0.2)
---

### New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ buildscript {
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
classpath "com.xmartlabs:snapshot-publisher:1.0.1"
classpath "com.xmartlabs:snapshot-publisher:1.0.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ compileTestKotlin {
}

group 'com.xmartlabs'
version '1.0.1'
version '1.0.2'

gradlePlugin {
plugins {
Expand Down

0 comments on commit 9642baa

Please sign in to comment.