Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirWrites committed Jul 27, 2019
1 parent 54c8ebd commit b5ed485
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Change Log
==========

Version 2.0.2 *(2019-07-27)*
----------------------------

* Fix `lineMinLength` setter

Version 2.0.1 *(2019-07-21)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ and to your app `build.gradle`:
###### AndroidX
```groovy
dependencies {
implementation 'com.github.VladimirWrites:Lemniscate:2.0.1'
implementation 'com.github.VladimirWrites:Lemniscate:2.0.2'
}
```

Expand Down
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Dependencies.kt
Expand Up @@ -20,11 +20,11 @@ object Versions {
const val compile_sdk = 28
const val build_tools = "28.0.3"

const val lemniscate_version_code = 201
const val lemniscate_version_name = "2.0.1"
const val lemniscate_version_code = 202
const val lemniscate_version_name = "2.0.2"

const val sample_version_code = 130
const val sample_version_name = "1.3.0"
const val sample_version_code = 131
const val sample_version_name = "1.3.1"
}

object Deps {
Expand Down

0 comments on commit b5ed485

Please sign in to comment.