Skip to content

Commit

Permalink
version bump to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
trshafer committed Jan 25, 2015
1 parent 9bc1d68 commit dcc1df5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add the following to your `build.gradle`.

```groovy
dependencies {
compile 'io.cine:cineio-broadcast-android-sdk:0.0.11'
compile 'io.cine:cineio-broadcast-android-sdk:0.0.12'
}
```

Expand Down
4 changes: 2 additions & 2 deletions cineio-broadcast-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'io.cine.broadcast'
minSdkVersion 18
targetSdkVersion 19
versionCode 11
versionName '0.0.11'
versionCode 12
versionName '0.0.12'
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions cineio-broadcast-android-sdk/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POM_NAME=Cine.io Android SDK
POM_ARTIFACT_ID=cineio-broadcast-android-sdk
POM_PACKAGING=aar
VERSION_NAME=0.0.11
VERSION_CODE=0.0.11
VERSION_NAME=0.0.12
VERSION_CODE=0.0.12
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

public class CineIoClient {

private final String VERSION = "0.0.11";
private final String VERSION = "0.0.12";
private final static String TAG = "CineIoClient";
private final static String BASE_URL = "https://www.cine.io/api/1/-";
private final AsyncHttpClient mClient;
Expand Down

0 comments on commit dcc1df5

Please sign in to comment.