Skip to content

Commit

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

- Simplify API

## 1.0.0:

- Add support Android 4.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.0.0"
versionName = "1.1.0-beta01"
}

0 comments on commit cdbab97

Please sign in to comment.