Skip to content

Commit be20835

Browse files
committed
chore: bump version to 0.1.1
1 parent 3fb342e commit be20835

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0
11+
VERSION_NAME=0.1.1
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.0"
4+
internal const val SDK_VERSION = "0.1.1"

0 commit comments

Comments
 (0)