diff --git a/app/meson.build b/app/meson.build index f2f1e339..3e309cdf 100644 --- a/app/meson.build +++ b/app/meson.build @@ -85,7 +85,7 @@ conf = configuration_data() conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug') # the version, updated on release -conf.set_quoted('SCRCPY_VERSION', '1.3') +conf.set_quoted('SCRCPY_VERSION', '1.4') # the prefix used during configuration (meson --prefix=PREFIX) conf.set_quoted('PREFIX', get_option('prefix')) diff --git a/server/build.gradle b/server/build.gradle index 3e1c67e4..957a61d7 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.genymobile.scrcpy" minSdkVersion 21 targetSdkVersion 27 - versionCode 4 - versionName "1.3" + versionCode 5 + versionName "1.4" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {