Skip to content

Commit 2090fa9

Browse files
committed
version bump
1 parent c0e2e98 commit 2090fa9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/Tolgee.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Tolgee'
3-
spec.version = '1.0.0-SNAPSHOT'
3+
spec.version = '1.0.0-alpha01'
44
spec.homepage = 'https://github.com/tolgee/tolgee-mobile-kotlin-sdk'
55
spec.source = { :http=> ''}
66
spec.authors = ''

core/src/commonMain/kotlin/io/tolgee/Tolgee.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ open class Tolgee(
744744
* Used for tracking plugin/integration usage.
745745
*/
746746
internal const val TYPE_HEADER = "Compose Multiplatform"
747-
internal const val VERSION_HEADER = "1.0.0-SNAPSHOT"
747+
internal const val VERSION_HEADER = "1.0.0-alpha01"
748748

749749
/**
750750
* Provides the locale of the system where the application is running.

gradle-plugin/src/main/java/io/tolgee/TolgeePlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ open class TolgeePlugin : Plugin<Project> {
1515

1616
companion object {
1717
// Separate variable so it can easily be replaced by sed in CI/CD
18-
private const val PACKAGE_VERSION = "1.0.0-SNAPSHOT"
18+
private const val PACKAGE_VERSION = "1.0.0-alpha01"
1919

2020
val version: String
2121
get() = this::class.java.`package`?.implementationVersion?.ifBlank { null }

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
44

55
[versions]
6-
library = "1.0.0-SNAPSHOT"
6+
library = "1.0.0-alpha01"
77
activity = "1.10.1"
88
android-core = "1.16.0"
99
android-tools = "8.12.0"

0 commit comments

Comments
 (0)