Skip to content

Commit 7a02213

Browse files
authored
Merge pull request #20 from Konyaco/dev
Dev
2 parents 7ac8836 + 95caa8e commit 7a02213

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 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-dev.5")
27-
implementation("com.konyaco:fluent-icons-extended:0.0.1-dev.5") // If you want to use full fluent icons.
26+
implementation("com.konyaco:fluent:0.0.1-dev.6")
27+
implementation("com.konyaco:fluent-icons-extended:0.0.1-dev.6") // If you want to use full fluent icons.
2828
```
2929

3030
### Example
@@ -112,7 +112,7 @@ The copyright of the icon assets (in `com.konyaco.fluent.icons` package) belongs
112112
- [ ] DateTime Picker
113113
- [ ] Calender
114114
- [ ] Navigation
115-
- [ ] NavigationView
115+
- [x] SideNav
116116
- [ ] BreadcrumbBar
117117
- [ ] Pivot
118118
- [ ] TabView

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

1212
kotlin {
1313
jvm()

fluent/build.gradle.kts

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

1111
group = "com.konyaco"
12-
version = "0.0.1-dev.5"
12+
version = "0.0.1-dev.6"
1313

1414
kotlin {
1515
jvm()

0 commit comments

Comments
 (0)