Skip to content

Commit d744837

Browse files
committed
Bump version to 1.1
1 parent f7bc0bd commit d744837

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
@@ -42,7 +42,7 @@ conf = configuration_data()
4242
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
4343

4444
# the version, updated on release
45-
conf.set_quoted('SCRCPY_VERSION', '1.0')
45+
conf.set_quoted('SCRCPY_VERSION', '1.1')
4646

4747
# the prefix used during configuration (meson --prefix=PREFIX)
4848
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 1
10-
versionName "1.0"
9+
versionCode 2
10+
versionName "1.1"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

0 commit comments

Comments
 (0)