Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Serchinastico committed Aug 22, 2019
1 parent e8a962f commit 4ca9645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.Karumi:WeakDelegate:1.0.0'
implementation 'com.github.Karumi:WeakDelegate:1.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

group 'com.karumi'
version '1.0.0'
version '1.0.1'

apply plugin: 'kotlin'

Expand Down

0 comments on commit 4ca9645

Please sign in to comment.