Skip to content

Commit

Permalink
Prepare 1.0.3 release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored May 20, 2019
1 parent 21a9096 commit 9a98c74
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.3 _(UNRELEASED)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v1.0.3)
[Version 1.0.3 _(2018-05-20)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v1.0.3)
---

### Fixes
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.2"
classpath "com.xmartlabs:snapshot-publisher:1.0.3"
}
}
```
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.2'
version '1.0.3'

gradlePlugin {
plugins {
Expand Down

0 comments on commit 9a98c74

Please sign in to comment.