Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Jul 4, 2019
1 parent 23dd31f commit 02cd5da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
7 changes: 3 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
0.5.0
0.5.1

* `isDecimal` assertions on input fields.
* Kotlin 1.3.40.
* compileSdk 29.
* `isNumber()` assertions take a `Long` instead of an `Int`.
* Kotlin 1.3.41.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 02cd5da

Please sign in to comment.