Skip to content

Commit

Permalink
Version is increased to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eo committed Mar 2, 2019
1 parent e76dd18 commit 17e7667
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 @@ -12,7 +12,7 @@ Download

```groovy
dependencies {
implementation 'eo.view:signalstrength:1.1.0'
implementation 'eo.view:signalstrength:2.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
final majorVersion = 1
final minorVersion = 1
final majorVersion = 2
final minorVersion = 0
final patchVersion = 0

final latestSdk = 28
Expand Down

0 comments on commit 17e7667

Please sign in to comment.