Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arashpayan committed Jun 15, 2016
1 parent 529037f commit c7ded2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Chirp is a network service discovery protocol. In short, it's a simpler and more
## Installation with Gradle
```
dependencies {
compile 'com.arashpayan:chirp:0.1.0'
compile 'com.arashpayan:chirp:0.2.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ org.gradle.jvmargs=-Xmx2048m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=0.1.0
VERSION_CODE=1
VERSION_NAME=0.2.0
VERSION_CODE=2
GROUP=com.arashpayan

POM_DESCRIPTION=Android implementation of Chirp network discovery protocol
POM_DESCRIPTION=Android implementation of the Chirp network discovery protocol
POM_URL=https://chirp.arashpayan.com
POM_SCM_URL=https://github.com/arashpayan/chirp-android
POM_SCM_CONNECTION=scm:[email protected]:arashpayan/chirp-android.git
Expand Down

0 comments on commit c7ded2c

Please sign in to comment.