Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Sep 9, 2020
1 parent e8eb388 commit a723910
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
## 1.1.0-beta02:

- Fix bugs

## 1.1.0-beta01:

- Simplify API

## 1.0.0:

- Add support Android 4.0+

## 1.0.0-beta01:

- Support of Android View Binding inside `Fragment`, `ComponentActivity` and `DialogFragment`
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
}
dependencies {
implementation 'com.kirich1409.viewbindingpropertydelegate:viewbindingpropertydelegate:1.1.0-beta02'
implementation 'com.kirich1409.viewbindingpropertydelegate:viewbindingpropertydelegate:1.1.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ task clean(type: Delete) {
}

ext {
versionName = "1.1.0-beta02"
versionName = "1.1.0"
}

0 comments on commit a723910

Please sign in to comment.