Skip to content

Commit

Permalink
version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
comahe-de committed Jul 13, 2024
1 parent b5b5b37 commit 45351bb
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 27 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ log/
/buildSrc/src/main/resources/secret.properties
/buildSrc/src/main/resources/comahe-de.gpg
yarn.lock
local.properties
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BuildProperties.printProperties()
// apply common configuration for this project and each sub project
allprojects {
group = "de.comahe.i18n4k"
version = "0.9.0-SNAPSHOT"
version = "0.9.0"

repositories {
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions examples/example-android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("org.jetbrains.kotlin.android")
id("org.jetbrains.kotlin.plugin.compose")
// apply the i18n4k plugin
id("de.comahe.i18n4k") version "0.9.0-SNAPSHOT"
id("de.comahe.i18n4k") version "0.9.0"
}

android {
Expand Down Expand Up @@ -55,7 +55,7 @@ i18n4k {
dependencies {

// add the i18n4k dependency
implementation("de.comahe.i18n4k:i18n4k-core-jvm:0.9.0-SNAPSHOT")
implementation("de.comahe.i18n4k:i18n4k-core-jvm:0.9.0")

implementation("androidx.core:core-ktx:1.9.0")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Nov 22 21:43:42 CET 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions examples/example-js/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = "1.0.0-SNAPSHOT"

plugins {
kotlin("js") version "2.0.0"
id("de.comahe.i18n4k") version "0.9.0-SNAPSHOT"
id("de.comahe.i18n4k") version "0.9.0"
}

// ####################################
Expand Down Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation("org.jetbrains.kotlin-wrappers:kotlin-react:18.2.0-pre.349")
implementation("org.jetbrains.kotlin-wrappers:kotlin-react-dom:18.2.0-pre.349")

implementation("de.comahe.i18n4k:i18n4k-core-js:0.9.0-SNAPSHOT")
implementation("de.comahe.i18n4k:i18n4k-core-js:0.9.0")
}

// Fix build error message "Entry index.html is a duplicate but no duplicate handling strategy has been set."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
6 changes: 3 additions & 3 deletions examples/example-jvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = "1.0.0-SNAPSHOT"

plugins {
kotlin("jvm") version "2.0.0"
id("de.comahe.i18n4k") version "0.9.0-SNAPSHOT"
id("de.comahe.i18n4k") version "0.9.0"
}

// ####################################
Expand Down Expand Up @@ -35,8 +35,8 @@ repositories {
}

dependencies {
implementation("de.comahe.i18n4k:i18n4k-core-jvm:0.9.0-SNAPSHOT")
implementation("de.comahe.i18n4k:i18n4k-cldr-plural-rules:0.9.0-SNAPSHOT")
implementation("de.comahe.i18n4k:i18n4k-core-jvm:0.9.0")
implementation("de.comahe.i18n4k:i18n4k-cldr-plural-rules:0.9.0")

implementation("com.miglayout:miglayout-swing:5.2")
implementation(kotlin("stdlib-jdk8"))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions examples/example-mpp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.0.0-SNAPSHOT"

plugins {
kotlin("multiplatform") version "2.0.0"
id("de.comahe.i18n4k") version "0.9.0-SNAPSHOT"
id("de.comahe.i18n4k") version "0.9.0"
}

// ####################################
Expand Down Expand Up @@ -68,7 +68,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("de.comahe.i18n4k:i18n4k-core:0.9.0-SNAPSHOT")
implementation("de.comahe.i18n4k:i18n4k-core:0.9.0")
}
}
val commonTest by getting {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 4 additions & 4 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
# https://kotlinlang.org/docs/releases.html#release-dbbbetails
kotlin = "2.0.0"
# https://github.com/Kotlin/kotlinx-atomicfu
kotlinxAtomicfu = "0.24.0"
kotlinxAtomicfu = "0.25.0"
# https://github.com/Kotlin/kotlinx.collections.immutable
kotlinxCollectionsImmutable = "0.3.7"
# https://github.com/Kotlin/kotlinx.coroutines
kotlinxCoroutines = "1.8.1"
# https://github.com/Kotlin/kotlinx.serialization
kotlinxSerialization = "1.7.0-RC"
kotlinxSerialization = "1.7.1"
# https://github.com/square/kotlinpoet
kotlinPoet = "1.17.0"
kotlinPoet = "1.18.0"
# https://www.slf4j.org/news.html
slf4j = "1.7.36"
# https://logback.qos.ch/news.html
Expand All @@ -24,7 +24,7 @@ junit = "4.13.2"
# https://plugins.gradle.org/plugin/com.gradle.plugin-publish
gradlePluginPublish = "1.2.1"
# https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google
androidPlugin = "8.4.1"
androidPlugin = "8.5.1"
# https://github.com/Kotlin/dokka
dokkaPlugin = "1.9.20"

Expand Down
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _Internationalization for Kotlin_

**Home:** [github.com/comahe-de/i18n4k](https://github.com/comahe-de/i18n4k)

**Lastest release version:** 0.8.1
**Lastest release version:** 0.9.0

**Table of contents**

Expand Down Expand Up @@ -101,7 +101,7 @@ repositories {
```kotlin
val commonMain by getting {
dependencies {
implementation("de.comahe.i18n4k:i18n4k-core:0.8.1")
implementation("de.comahe.i18n4k:i18n4k-core:0.9.0")
}
}
```
Expand All @@ -110,15 +110,15 @@ val commonMain by getting {

```kotlin
dependencies {
implementation("de.comahe.i18n4k:i18n4k-core-js:0.8.1")
implementation("de.comahe.i18n4k:i18n4k-core-js:0.9.0")
}
```

**For Kotlin/Jvm:** add `de.comahe.i18n4k:i18n4k-core-jvm:<VERSION>` to the dependencies

```kotlin
dependencies {
implementation("de.comahe.i18n4k:i18n4k-core-jvm:0.8.1")
implementation("de.comahe.i18n4k:i18n4k-core-jvm:0.9.0")
}
```

Expand All @@ -128,7 +128,7 @@ Apply the plugin "de.comahe.i18n4k", e.g:

```kotlin
plugins {
id("de.comahe.i18n4k") version "0.8.1"
id("de.comahe.i18n4k") version "0.9.0"
}
```

Expand Down Expand Up @@ -390,10 +390,10 @@ very welcome.

[badge-apache2.0]:https://img.shields.io/badge/License-Apache/2.0-blue.svg?style=flat

[badge-version]:https://img.shields.io/badge/version-0.8.1-blueviolet?style=flat
[badge-version]:https://img.shields.io/badge/version-0.9.0-blueviolet?style=flat

[badge-maven]:https://img.shields.io/badge/Maven-Central-6262EC?style=flat

[badge-kotlin]:https://img.shields.io/badge/Kotlin-1.9.24-orange?style=flat
[badge-kotlin]:https://img.shields.io/badge/Kotlin-2.0.0-orange?style=flat

[badge-gradle]:https://img.shields.io/badge/Gradle-8.7.0-1DA2BD?style=flat
[badge-gradle]:https://img.shields.io/badge/Gradle-8.9.0-1DA2BD?style=flat

0 comments on commit 45351bb

Please sign in to comment.