Skip to content

Commit a335e73

Browse files
committed
Increment version
1 parent 5756fb3 commit a335e73

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This results in an average work/frame time of 2-4ms, which will be a seamless ex
3333
Add __BlurKit__ to the dependencies block of the app level `build.gradle`:
3434
```groovy
3535
dependencies {
36-
implementation 'io.alterac.blurkit:blurkit:1.0.0'
36+
implementation 'io.alterac.blurkit:blurkit:1.1.0'
3737
}
3838
```
3939

blurkit/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
ext {
77
PUBLISH_GROUP_ID = 'io.alterac.blurkit'
88
PUBLISH_ARTIFACT_ID = 'blurkit'
9-
PUBLISH_VERSION = '1.0.0'
9+
PUBLISH_VERSION = '1.1.0'
1010
}
1111

1212
android {
@@ -17,7 +17,7 @@ android {
1717
minSdkVersion versions.minSdk
1818
targetSdkVersion versions.targetSdk
1919
versionCode 1
20-
versionName "1.0.0"
20+
versionName "1.1.0"
2121
renderscriptTargetApi 28
2222
renderscriptSupportModeEnabled true
2323
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313

1414
allprojects { project ->
1515
group = 'io.alterac.blurkit'
16-
version = '1.0.0'
16+
version = '1.1.0'
1717

1818
repositories {
1919
google()

0 commit comments

Comments
 (0)