Skip to content

Commit eab85d8

Browse files
committed
1) Export 0.1.9 (Use pseudonym instead of name; Update kobweb to 0.17.3; Update compose to 1.6.2);
1 parent 014a45f commit eab85d8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
jetbrains-compose = "1.6.1"
3-
kobweb = "0.17.1"
2+
jetbrains-compose = "1.6.2"
3+
kobweb = "0.17.3"
44
kotlin = "1.9.23"
55

66
[libraries]

site/.kobweb/site/index.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

site/.kobweb/site/itami_mobile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/.kobweb/site/itami_mobile.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/jsMain/kotlin/com/itami/itami_mobile/utils/Res.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Res {
1212
const val WORKS_SECTION_SUBTITLE = "All projects are primarily developed with Kotlin. It's a powerful cross-platform language and Google's preferred language for Android development."
1313

1414
const val ABOUT_SECTION_TITLE = "About me"
15-
const val ABOUT_SECTION_SUBTITLE = "I'm Vadim, a self-taught Android Developer specializing in Jetpack Compose and Kotlin. While my primary focus is Android development, I also possess skills in creating simple UI designs and developing RESTful APIs."
15+
const val ABOUT_SECTION_SUBTITLE = "I'm Itami, a self-taught Android Developer specializing in Jetpack Compose and Kotlin. While my primary focus is Android development, I also possess skills in creating simple UI designs and developing RESTful APIs."
1616

1717
const val CONTACT_SECTION_TITLE = "Contact me"
1818

0 commit comments

Comments
 (0)