Skip to content

Commit

Permalink
1) Export 0.1.9 (Use pseudonym instead of name; Update kobweb to 0.17…
Browse files Browse the repository at this point in the history
….3; Update compose to 1.6.2);
  • Loading branch information
ItamiOMW committed May 11, 2024
1 parent 014a45f commit eab85d8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
jetbrains-compose = "1.6.1"
kobweb = "0.17.1"
jetbrains-compose = "1.6.2"
kobweb = "0.17.3"
kotlin = "1.9.23"

[libraries]
Expand Down
6 changes: 3 additions & 3 deletions site/.kobweb/site/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/.kobweb/site/itami_mobile.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/.kobweb/site/itami_mobile.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/src/jsMain/kotlin/com/itami/itami_mobile/utils/Res.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ object Res {
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."

const val ABOUT_SECTION_TITLE = "About me"
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."
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."

const val CONTACT_SECTION_TITLE = "Contact me"

Expand Down

0 comments on commit eab85d8

Please sign in to comment.