Skip to content

Commit

Permalink
Bump up version to 0.8.1-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
keiji committed Aug 27, 2020
1 parent 0510699 commit 717abc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
dependencies {
...
implementation 'dev.keiji.mangaview:mangaview:0.8.1-alpha3'
implementation 'dev.keiji.mangaview:mangaview:0.8.1-alpha4'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ buildscript {
ext.kotlin_version = "1.4.0"
ext.coroutines_version = "1.3.8"

ext.version_name = '0.8.1-alpha3'
ext.version_code = 813
ext.version_name = '0.8.1-alpha4'
ext.version_code = 814

repositories {
google()
Expand Down

0 comments on commit 717abc9

Please sign in to comment.