Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurg committed Jul 13, 2022
1 parent e7d4170 commit 912ebc0
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 @@ -39,7 +39,7 @@ dependencyResolutionManagement {
```gradle
// build.gradle App
dependencies {
implementation "com.github.ozgurg:ToggleIconView:2.0.0"
implementation "com.github.ozgurg:ToggleIconView:2.1.0"
}
```

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

groupId = "com.github.ozgurg"
artifactId = "toggle-icon-view"
version = "2.0.0"
version = "2.1.0"
}
}
}
Expand Down

0 comments on commit 912ebc0

Please sign in to comment.