Skip to content

Commit

Permalink
[Auto] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxer456 authored and actions-user committed Nov 22, 2020
1 parent 43f0cc9 commit 72eb05f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion alvr/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_client"
version = "12.5.0"
version = "13.0.0"
authors = ["Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions alvr/client/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.polygraphene.alvr"
minSdkVersion 24
targetSdkVersion 30
versionCode 33
versionName "12.5.0"
versionCode 34
versionName "13.0.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion alvr/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_server"
version = "12.6.1"
version = "13.0.0"
authors = ["Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit 72eb05f

Please sign in to comment.