Skip to content

Commit

Permalink
[release] 1.0.6 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrzegorzBobryk authored Oct 9, 2023
1 parent 9dda4df commit 022372d
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 @@ -25,7 +25,7 @@ and the dependency itself

```gradle
dependencies {
implementation 'com.github.GrzegorzBobryk:ViewBindingDelegate:1.0.5'
implementation 'com.github.GrzegorzBobryk:ViewBindingDelegate:1.0.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion view-binder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ afterEvaluate {

groupId = 'com.github.grzegorzbobryk'
artifactId = 'view-binder'
version = '1.0.6-alpha.2'
version = '1.0.6'
}
}
}
Expand Down

0 comments on commit 022372d

Please sign in to comment.