Skip to content

Commit e8eb388

Browse files
committed
Update version to 1.1.0-beta02
1 parent d9d2b4e commit e8eb388

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0-beta02:
2+
3+
- Fix bugs
4+
15
## 1.1.0-beta01:
26

37
- Simplify API

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ allprojects {
1212
}
1313
1414
dependencies {
15-
implementation 'com.kirich1409.viewbindingpropertydelegate:viewbindingpropertydelegate:1.0.0'
15+
implementation 'com.kirich1409.viewbindingpropertydelegate:viewbindingpropertydelegate:1.1.0-beta02'
1616
}
1717
```
1818

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ task clean(type: Delete) {
3131
}
3232

3333
ext {
34-
versionName = "1.1.0-beta01"
34+
versionName = "1.1.0-beta02"
3535
}

0 commit comments

Comments
 (0)