Skip to content

Commit d936713

Browse files
committed
chore: bump version to 0.1.3
1 parent f37e0f1 commit d936713

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Add to your module's `build.gradle.kts`:
2525
```kotlin
2626
dependencies {
2727
// Core player (required)
28-
implementation("io.squarescreen:squarescreen-player:0.1.2")
28+
implementation("io.squarescreen:squarescreen-player:0.1.3")
2929

3030
// Jetpack Compose UI components (optional)
31-
implementation("io.squarescreen:squarescreen-ui:0.1.2")
31+
implementation("io.squarescreen:squarescreen-ui:0.1.3")
3232
}
3333
```
3434

@@ -342,7 +342,7 @@ The `squarescreen-player` module has no UI dependency. Use it headlessly — col
342342

343343
```kotlin
344344
// Add only the player, skip the UI module
345-
implementation("io.squarescreen:squarescreen-player:0.1.2")
345+
implementation("io.squarescreen:squarescreen-player:0.1.3")
346346
```
347347

348348
```kotlin

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android.nonTransitiveRClass=true
88
# ─── Maven Publishing ─────────────────────────────────────────────────────────
99
# Shared coordinates — keep VERSION_NAME in sync with SdkInfo.SDK_VERSION
1010
GROUP=io.squarescreen
11-
VERSION_NAME=0.1.2
11+
VERSION_NAME=0.1.3
1212

1313
# POM metadata
1414
POM_URL=https://github.com/Perpectiv-Global/square-screen-android-sdk
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package io.squarescreen.player.internal
22

33
/** Current SDK version string embedded at build time. */
4-
internal const val SDK_VERSION = "0.1.2"
4+
internal const val SDK_VERSION = "0.1.3"

0 commit comments

Comments
 (0)