Skip to content

Commit ad3f6ee

Browse files
committed
chore: pre-release (1.2.2)
1 parent 1a584c3 commit ad3f6ee

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add the following dependencies to your `build.gradle.kts`:
3333
```toml
3434
# libs.versions.toml
3535
[versions]
36-
compose-camera = "1.2.1"
36+
compose-camera = "1.2.2"
3737

3838
[libraries]
3939
compose-camera-core = { module = "io.github.l2hyunwoo:compose-camera-core", version.ref = "compose-camera" }
@@ -59,8 +59,8 @@ kotlin {
5959
kotlin {
6060
sourceSets {
6161
commonMain.dependencies {
62-
implementation("io.github.l2hyunwoo:compose-camera-core:1.2.1")
63-
implementation("io.github.l2hyunwoo:compose-camera-ui:1.2.1")
62+
implementation("io.github.l2hyunwoo:compose-camera-core:1.2.2")
63+
implementation("io.github.l2hyunwoo:compose-camera-ui:1.2.2")
6464
}
6565
}
6666
}

library/compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626
}
2727

2828
group = "io.github.l2hyunwoo"
29-
version = "1.2.1"
29+
version = "1.2.2"
3030

3131
kotlin {
3232
androidLibrary {

library/core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ plugins {
2727
}
2828

2929
group = "io.github.l2hyunwoo"
30-
version = "1.2.1"
30+
version = "1.2.2"
3131

3232
kotlin {
3333
androidLibrary {

0 commit comments

Comments
 (0)