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 Feb 26, 2021
1 parent 56101e0 commit 0f2f464
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 = "15.0.0-beta.1"
version = "15.0.0-beta.2"
authors = ["alvr-org", "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 @@ -9,8 +9,8 @@ android {
applicationId "alvr.client"
minSdkVersion 24
targetSdkVersion 30
versionCode 48
versionName "15.0.0-beta.1"
versionCode 49
versionName "15.0.0-beta.2"
externalNativeBuild {
cmake {
cppFlags "-std=c++17 -fexceptions -frtti"
Expand Down
2 changes: 1 addition & 1 deletion alvr/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alvr_common"
version = "15.0.0-beta.1"
version = "15.0.0-beta.2"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2018"
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 = "15.0.0-beta.1"
version = "15.0.0-beta.2"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
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 = "15.0.0-beta.1"
version = "15.0.0-beta.2"
authors = ["alvr-org", "Riccardo Zaglia <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down

0 comments on commit 0f2f464

Please sign in to comment.