Skip to content

Commit

Permalink
Merge pull request #20 from Konyaco/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Konyaco authored Apr 28, 2023
2 parents 7ac8836 + 95caa8e commit 7a02213
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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-dev.5")
implementation("com.konyaco:fluent-icons-extended:0.0.1-dev.5") // If you want to use full fluent icons.
implementation("com.konyaco:fluent:0.0.1-dev.6")
implementation("com.konyaco:fluent-icons-extended:0.0.1-dev.6") // If you want to use full fluent icons.
```

### Example
Expand Down Expand Up @@ -112,7 +112,7 @@ The copyright of the icon assets (in `com.konyaco.fluent.icons` package) belongs
- [ ] DateTime Picker
- [ ] Calender
- [ ] Navigation
- [ ] NavigationView
- [x] SideNav
- [ ] BreadcrumbBar
- [ ] Pivot
- [ ] TabView
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-dev.5"
version = "0.0.1-dev.6"

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-dev.5"
version = "0.0.1-dev.6"

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 @@ -9,7 +9,7 @@ plugins {
}

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

kotlin {
jvm()
Expand Down

0 comments on commit 7a02213

Please sign in to comment.