Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
emersoncloud committed Nov 2, 2018
1 parent 5756fb3 commit a335e73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ This results in an average work/frame time of 2-4ms, which will be a seamless ex
Add __BlurKit__ to the dependencies block of the app level `build.gradle`:
```groovy
dependencies {
implementation 'io.alterac.blurkit:blurkit:1.0.0'
implementation 'io.alterac.blurkit:blurkit:1.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions blurkit/build.gradle
Expand Up @@ -6,7 +6,7 @@ plugins {
ext {
PUBLISH_GROUP_ID = 'io.alterac.blurkit'
PUBLISH_ARTIFACT_ID = 'blurkit'
PUBLISH_VERSION = '1.0.0'
PUBLISH_VERSION = '1.1.0'
}

android {
Expand All @@ -17,7 +17,7 @@ android {
minSdkVersion versions.minSdk
targetSdkVersion versions.targetSdk
versionCode 1
versionName "1.0.0"
versionName "1.1.0"
renderscriptTargetApi 28
renderscriptSupportModeEnabled true
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -13,7 +13,7 @@ buildscript {

allprojects { project ->
group = 'io.alterac.blurkit'
version = '1.0.0'
version = '1.1.0'

repositories {
google()
Expand Down

0 comments on commit a335e73

Please sign in to comment.