Skip to content

Commit

Permalink
fragment-ktx: 1.3.5-0
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jun 26, 2021
1 parent 3a48f4a commit 72feeec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions fragment-ktx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Unreleased

## 1.3.5-0 (2021-06-26)

First release
2 changes: 1 addition & 1 deletion fragment-ktx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
}
dependencies {
implementation("com.redmadrobot.extensions:fragment-ktx:1.3.0-0")
implementation("com.redmadrobot.extensions:fragment-ktx:1.3.5-0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion fragment-ktx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("redmadrobot.publish")
}

version = "1.3.0-0"
version = "1.3.5-0"
description = "A set of extensions in addition to androidx fragment-ktx"

dependencies {
Expand Down

0 comments on commit 72feeec

Please sign in to comment.