Skip to content

Commit 74a5a92

Browse files
committed
Release v0.0.1-dev.5
1 parent ce24cee commit 74a5a92

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Thank you for using our library. We look forward to receiving your feedback and
2323
### Add Dependency
2424

2525
```kts
26-
implementation("com.konyaco:fluent:0.0.1-dev4")
27-
implementation("com.konyaco:fluent-icons-extended:0.0.1-dev4") // If you want to use full fluent icons.
26+
implementation("com.konyaco:fluent:0.0.1-dev.5")
27+
implementation("com.konyaco:fluent-icons-extended:0.0.1-dev.5") // If you want to use full fluent icons.
2828
```
2929

3030
### Example

fluent-icons-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.konyaco"
10-
version = "0.0.1-dev4"
10+
version = "0.0.1-dev.5"
1111

1212
kotlin {
1313
jvm()

fluent-icons-extended/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.konyaco"
10-
version = "0.0.1-dev4"
10+
version = "0.0.1-dev.5"
1111

1212
kotlin {
1313
jvm()

fluent/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.konyaco"
10-
version = "0.0.1-dev4"
10+
version = "0.0.1-dev.5"
1111

1212
kotlin {
1313
jvm()

0 commit comments

Comments
 (0)