Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Prepare for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Schnelle committed Sep 14, 2015
1 parent ea6e7d2 commit 0f2137b
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 @@ -16,7 +16,7 @@ repositories {

Now, you can add the RxBonjour dependency:
```groovy
compile 'com.github.aurae:RxBonjour:0.2.1'
compile 'com.github.aurae:RxBonjour:0.3.0'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
COMPILE_SDK_VERSION=android-23

# Build tools version (Build tools version to build with)
BUILD_TOOLS_VERSION=23.0.0
BUILD_TOOLS_VERSION=23.0.1

# Minimum SDK version (lowest SDK platform to target)
MIN_SDK_VERSION=9
Expand All @@ -13,4 +13,4 @@ MIN_SDK_VERSION=9
TARGET_SDK_VERSION=23

# Current library version
VERSION_NAME=0.2.1
VERSION_NAME=0.3.0

0 comments on commit 0f2137b

Please sign in to comment.