Skip to content

Commit

Permalink
Merge pull request #10 from keiji/version_1_1_0
Browse files Browse the repository at this point in the history
Bump up version to 1.1.0
  • Loading branch information
keiji authored Dec 31, 2020
2 parents 1f180d8 + 2586769 commit c1f09d2
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 @@ -27,7 +27,7 @@ To add MangaView to your project, include the following in your app module build
dependencies {
...
implementation 'dev.keiji.mangaview:mangaview:1.0.0'
implementation 'dev.keiji.mangaview:mangaview:1.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {

ext.kotlin_version = "1.4.21"

ext.version_name = '1.0.0'
ext.version_code = 1000
ext.version_name = '1.1.0'
ext.version_code = 1100

repositories {
google()
Expand Down

0 comments on commit c1f09d2

Please sign in to comment.