Skip to content

Commit

Permalink
Prepare version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Feb 19, 2022
1 parent 6fd710f commit d80dd16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ repositories {
}
dependencies {
implementation 'com.alexstyl:contactstore:0.13.0'
implementation 'com.alexstyl:contactstore:0.14.0'
// optional dependency for tests
testImplementation 'com.alexstyl:contactstore-test:0.13.0'
testImplementation 'com.alexstyl:contactstore-test:0.14.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ repositories {
}
dependencies {
implementation 'com.alexstyl:contactstore:0.13.0'
implementation 'com.alexstyl:contactstore:0.14.0'
// optional dependency for tests
testImplementation 'com.alexstyl:contactstore-test:0.13.0'
testImplementation 'com.alexstyl:contactstore-test:0.14.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
majorVersion = 0
minVersion = 14
minVersion = 15
patchVersion = 0
libraryVersionName = "${majorVersion}.${minVersion}.${patchVersion}"
libraryVersionCode = majorVersion * 1000 + minVersion * 100 + patchVersion
Expand Down

0 comments on commit d80dd16

Please sign in to comment.