Skip to content

Commit

Permalink
fragment-args-ktx: 1.3.6-1
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Nov 16, 2021
1 parent 47eb972 commit 3353ebb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fragment-args-ktx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## [1.3.6-1] (2021-11-16)

### Changes

- **Breaking change!**
Expand Down Expand Up @@ -45,5 +47,6 @@
First release


[1.3.6-1]: https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/ec4d0fb8...fragment-args-ktx-v1.3.6-1
[1.3.6-0]: https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/fe55b501...fragment-args-ktx-v1.3.6-0
[1.3.5-0]: https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/core-ktx-v1.5.0-0...fragment-args-ktx-v1.3.5-0
2 changes: 1 addition & 1 deletion fragment-args-ktx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}
dependencies {
implementation("com.redmadrobot.extensions:fragment-args-ktx:1.3.6-0")
implementation("com.redmadrobot.extensions:fragment-args-ktx:1.3.6-1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion fragment-args-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.6-0"
version = "1.3.6-1"
description = "Delegates for safe dealing with fragments' arguments"

dependencies {
Expand Down

0 comments on commit 3353ebb

Please sign in to comment.