Skip to content

Commit

Permalink
Changing version to 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tzah Mazuz committed Mar 16, 2020
1 parent db14945 commit 8928abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('scrcpy', 'c',
version: '1.12.1',
version: '1.12.2',
meson_version: '>= 0.37',
default_options: [
'c_std=c11',
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 14
versionName "1.12.1"
versionName "1.12.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 8928abd

Please sign in to comment.