Skip to content

Commit

Permalink
[Auto] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zarik5 authored and actions-user committed Dec 27, 2020
1 parent 28bca49 commit 64e430f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 = "14.0.0-beta.1"
version = "14.0.0-beta.2"
authors = ["alvr-org", "Riccardo Zaglia <riccardo.zaglia5@gmail.com>"]
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 21
targetSdkVersion 30
versionCode 38
versionName "14.0.0-beta.1"
versionCode 39
versionName "14.0.0-beta.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion alvr/launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_launcher"
version = "14.0.0-beta.1"
version = "14.0.0-beta.2"
authors = ["alvr-org", "Riccardo Zaglia <riccardo.zaglia5@gmail.com>"]
license = "MIT"
edition = "2018"
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 = "14.0.0-beta.1"
version = "14.0.0-beta.2"
authors = ["alvr-org", "Riccardo Zaglia <riccardo.zaglia5@gmail.com>"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit 64e430f

Please sign in to comment.