Skip to content

Commit 9abf341

Browse files
committed
update version to 1.0.1
1 parent 1f7a50a commit 9abf341

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# CHANGELOG
22

3+
## [1.0.1] - 2019-03-26
4+
### Fixes
5+
- Prevent timer execution crash from custom TextWatcher
6+
37
## [1.0.0] - 2019-03-20
48
- Add first stable version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Include into the build.gradle file:
1919

2020
```groovy
2121
dependencies {
22-
implementation 'me.testica:codeeditor:1.0.0'
22+
implementation 'me.testica:codeeditor:1.0.1'
2323
}
2424
```
2525
## Usage

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ _desc = Code editor android library (custom syntax highlighting, number lines, e
2323
_website = https://github.com/testica/codeeditor
2424

2525
# Project variables
26-
_versionCode = 1
27-
_versionName = 1.0.0
26+
_versionCode = 2
27+
_versionName = 1.0.1
2828
_minSdkVersion = 15
2929
_targetSdkVersion = 28
3030

0 commit comments

Comments
 (0)