Skip to content

Commit

Permalink
Merge pull request #11 from Konyaco/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
123Duo3 authored Apr 19, 2023
2 parents aeb9a29 + 67913f2 commit 5656fe4
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
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

0 comments on commit 5656fe4

Please sign in to comment.