Skip to content

Commit 8106bb8

Browse files
committed
Bump version to 1.2
1 parent f1b3a40 commit 8106bb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ conf = configuration_data()
8585
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
8686

8787
# the version, updated on release
88-
conf.set_quoted('SCRCPY_VERSION', '1.1')
88+
conf.set_quoted('SCRCPY_VERSION', '1.2')
8989

9090
# the prefix used during configuration (meson --prefix=PREFIX)
9191
conf.set_quoted('PREFIX', get_option('prefix'))

server/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "com.genymobile.scrcpy"
77
minSdkVersion 21
88
targetSdkVersion 27
9-
versionCode 2
10-
versionName "1.1"
9+
versionCode 3
10+
versionName "1.2"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

0 commit comments

Comments
 (0)