Skip to content

Commit

Permalink
Prepare for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricSala committed Mar 3, 2018
1 parent 76a72ad commit 3068ca5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Available on JCenter with:
* Gradle:

```groovy
compile 'com.saladevs:rxsse:0.1.1'
compile 'com.saladevs:rxsse:0.2.0'
```

* Maven:
Expand All @@ -86,7 +86,7 @@ compile 'com.saladevs:rxsse:0.1.1'
<dependency>
<groupId>com.saladevs</groupId>
<artifactId>rxsse</artifactId>
<version>0.1.1</version>
<version>0.2.0</version>
</dependency>
```

Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.saladevs'
version '0.1.1'
version '0.2.0'

buildscript {
ext {
Expand Down Expand Up @@ -54,10 +54,10 @@ bintray {
licenses = ['Apache-2.0']
vcsUrl = 'https://github.com/EnricSala/RxSSE.git'
version {
name = '0.1.1'
desc = 'Fix compatibility issue'
name = '0.2.0'
desc = 'Minor improvements'
released = new Date()
vcsTag = 'v0.1.1'
vcsTag = 'v0.2.0'
}
}
}
Expand All @@ -69,7 +69,7 @@ publishing {
artifact sourcesJar
groupId 'com.saladevs'
artifactId 'rxsse'
version '0.1.1'
version '0.2.0'
}
}
}

0 comments on commit 3068ca5

Please sign in to comment.