Skip to content

Commit a17f111

Browse files
pierlonrom1v
authored andcommitted
Bump version to 1.5
Signed-off-by: Romain Vimont <[email protected]>
1 parent e4cf152 commit a17f111

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
@@ -86,7 +86,7 @@ conf = configuration_data()
8686
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
8787

8888
# the version, updated on release
89-
conf.set_quoted('SCRCPY_VERSION', '1.4')
89+
conf.set_quoted('SCRCPY_VERSION', '1.5')
9090

9191
# the prefix used during configuration (meson --prefix=PREFIX)
9292
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 5
10-
versionName "1.4"
9+
versionCode 6
10+
versionName "1.5"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

0 commit comments

Comments
 (0)