Skip to content

Commit

Permalink
Release version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arashpayan committed Jun 16, 2016
1 parent 742603a commit 2541b15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.0'
compile 'com.arashpayan:chirp:0.2.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ 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.2.0
VERSION_CODE=2
VERSION_NAME=0.2.1
VERSION_CODE=3
GROUP=com.arashpayan

POM_DESCRIPTION=Android implementation of the Chirp network discovery protocol
Expand Down

0 comments on commit 2541b15

Please sign in to comment.