Skip to content

Commit 43230f7

Browse files
committed
Prepare for the next release
1 parent ce69014 commit 43230f7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ Add the dependency below to your module's build.gradle file:
2929

3030
```gradle
3131
dependencies {
32-
implementation "com.github.skydoves:powerspinner:1.2.0"
32+
implementation "com.github.skydoves:powerspinner:1.2.1"
3333
}
3434
```
3535

3636
## SNAPSHOT
3737
[![PowerSpinner](https://img.shields.io/static/v1?label=snapshot&message=powerspinner&logo=apache%20maven&color=C71A36)](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/powerspinner/) <br>
3838
Snapshots of the current development version of PowerSpinner are available, which track [the latest versions](https://oss.sonatype.org/content/repositories/snapshots/com/github/skydoves/powerspinner/).
39+
3940
```Gradle
4041
repositories {
4142
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }

buildSrc/src/main/kotlin/com/skydoves/powerspinner/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ object Configuration {
2222
const val minSdk = 17
2323
const val majorVersion = 1
2424
const val minorVersion = 2
25-
const val patchVersion = 0
25+
const val patchVersion = 1
2626
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
27-
const val versionCode = 21
27+
const val versionCode = 22
2828
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
2929
const val artifactGroup = "com.github.skydoves"
3030
}

0 commit comments

Comments
 (0)