Skip to content

Commit 3353ebb

Browse files
committed
fragment-args-ktx: 1.3.6-1
1 parent 47eb972 commit 3353ebb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

fragment-args-ktx/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## [1.3.6-1] (2021-11-16)
4+
35
### Changes
46

57
- **Breaking change!**
@@ -45,5 +47,6 @@
4547
First release
4648

4749

50+
[1.3.6-1]: https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/ec4d0fb8...fragment-args-ktx-v1.3.6-1
4851
[1.3.6-0]: https://github.com/RedMadRobot/redmadrobot-android-ktx/compare/fe55b501...fragment-args-ktx-v1.3.6-0
4952
[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

fragment-args-ktx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929
3030
dependencies {
31-
implementation("com.redmadrobot.extensions:fragment-args-ktx:1.3.6-0")
31+
implementation("com.redmadrobot.extensions:fragment-args-ktx:1.3.6-1")
3232
}
3333
```
3434

fragment-args-ktx/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id("redmadrobot.publish")
77
}
88

9-
version = "1.3.6-0"
9+
version = "1.3.6-1"
1010
description = "Delegates for safe dealing with fragments' arguments"
1111

1212
dependencies {

0 commit comments

Comments
 (0)