Skip to content
Merged

Dev #11

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Thank you for using our library. We look forward to receiving your feedback and
### Add Dependency

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

### Example
Expand Down
2 changes: 1 addition & 1 deletion fluent-icons-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.konyaco"
version = "0.0.1-dev4"
version = "0.0.1-dev.5"

kotlin {
jvm()
Expand Down
2 changes: 1 addition & 1 deletion fluent-icons-extended/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.konyaco"
version = "0.0.1-dev4"
version = "0.0.1-dev.5"

kotlin {
jvm()
Expand Down
2 changes: 1 addition & 1 deletion fluent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.konyaco"
version = "0.0.1-dev4"
version = "0.0.1-dev.5"

kotlin {
jvm()
Expand Down