From 02cd5dac883b7dfcda6e949f33947eb29e582663 Mon Sep 17 00:00:00 2001 From: Aidan Follestad Date: Wed, 3 Jul 2019 18:03:28 -0700 Subject: [PATCH] Release 0.5.1 --- README.md | 2 +- RELEASE_NOTES.md | 7 +++---- dependencies.gradle | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c065945..97e3e14 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Add this to your module's `build.gradle` file: ```gradle dependencies { - implementation 'com.afollestad:vvalidator:0.4.2' + implementation 'com.afollestad:vvalidator:0.5.1' } ``` diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 76f678b..8e83c73 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,4 @@ -0.5.0 +0.5.1 -* `isDecimal` assertions on input fields. -* Kotlin 1.3.40. -* compileSdk 29. \ No newline at end of file +* `isNumber()` assertions take a `Long` instead of an `Int`. +* Kotlin 1.3.41. diff --git a/dependencies.gradle b/dependencies.gradle index c37ed8b..5276bba 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -3,12 +3,12 @@ ext.versions = [ minSdk : 16, compileSdk : 29, buildTools : '29.0.0', - publishVersion : '0.5.0', - publishVersionCode : 20, + publishVersion : '0.5.1', + publishVersionCode : 21, // Plugins gradlePlugin : '3.4.1', - kotlin : '1.3.40', + kotlin : '1.3.41', spotlessPlugin : '3.23.1', versionsPlugin : '0.21.0', bintrayRelease : '0.9.1', diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ad6cb8b..157fc12 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-bin.zip