Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzojdana committed Sep 29, 2018
1 parent b51326d commit d007435
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 @@ -20,7 +20,7 @@ allprojects {
Add the dependency to your project's `build.gradle`:
```groovy
dependencies {
implementation 'com.github.grzegorzojdana:SpacingItemDecoration:1.0.1'
implementation 'com.github.grzegorzojdana:SpacingItemDecoration:1.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions spacingitemdecorationlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion globalMinSdkVersion
targetSdkVersion globalTargetSdkVersion
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'proguard-rules.pro'
}
Expand Down

0 comments on commit d007435

Please sign in to comment.