diff --git a/meson.build b/meson.build index bdd4a8799f0b1a1120232cf06fa856300f2c5996..57b66db6ef47aac14916445d47d2e1a87de78cbb 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('scrcpy', 'c', - version: '1.9', + version: '1.10', meson_version: '>= 0.37', default_options: 'c_std=c11') diff --git a/server/build.gradle b/server/build.gradle index d5c1fb003a7ba215310352c2e4e5ac34cc13cd33..f1b48a287850436bb3296771bb365932dc5b4a9d 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.genymobile.scrcpy" minSdkVersion 21 targetSdkVersion 29 - versionCode 10 - versionName "1.9" + versionCode 11 + versionName "1.10" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {