Skip to content

Commit

Permalink
[Auto] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ckiee authored and actions-user committed Sep 3, 2021
1 parent 3589212 commit ece4d74
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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 = "16.0.0-rc2"
version = "16.0.0"
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 61
versionName "16.0.0-rc2"
versionCode 62
versionName "16.0.0"
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 = "16.0.0-rc2"
version = "16.0.0"
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 = "16.0.0-rc2"
version = "16.0.0"
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 = "16.0.0-rc2"
version = "16.0.0"
authors = ["alvr-org", "polygraphene", "Valve Corporation"]
license = "MIT AND BSD-3-Clause"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions packaging/rpm/alvr.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Name: alvr
Version: 16.0.0
Release: 0.0.1rc2
Release: 1.0.0
Summary: Stream VR games from your PC to your headset via Wi-Fi
License: MIT
Source: https://github.com/alvr-org/ALVR/archive/refs/tags/v16.0.0-rc1.tar.gz
Source: https://github.com/alvr-org/ALVR/archive/refs/tags/v16.0.0.tar.gz
URL: https://github.com/alvr-org/ALVR/
ExclusiveArch: x86_64
BuildRequires: alsa-lib-devel cairo-gobject-devel cargo clang-devel ffmpeg-devel gcc gcc-c++ ImageMagick libunwind-devel openssl-devel rpmdevtools rust rust-atk-sys-devel rust-cairo-sys-rs-devel rust-gdk-sys-devel rust-glib-sys-devel rust-pango-sys-devel selinux-policy-devel vulkan-headers vulkan-loader-devel
Expand Down

0 comments on commit ece4d74

Please sign in to comment.