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 github-actions[bot] committed Feb 14, 2023
1 parent fa86544 commit 969899c
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["alvr/*"]

[workspace.package]
version = "19.0.0"
version = "19.1.0"
edition = "2021"
rust-version = "1.64"
authors = ["alvr-org"]
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "alvr.client.quest"
minSdkVersion 26
targetSdkVersion 33
versionCode 85
versionName "19.0.0"
versionCode 86
versionName "19.1.0"
externalNativeBuild {
cmake {
cppFlags "-std=c++17 -fexceptions -frtti"
Expand Down
2 changes: 1 addition & 1 deletion packaging/deb/control
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Vcs-Browser: https://github.com/alvr-org/ALVR
Vcs-Git: https://github.com/alvr-org/ALVR.git
Rules-Requires-Root: no
Package: alvr
Version: 19.0.0
Version: 19.1.0
Architecture: amd64
Recommends: steam
Description: Stream VR games from your PC to your headset via Wi-Fi
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: 19.0.0
Version: 19.1.0
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/v19.0.0.tar.gz
Source: https://github.com/alvr-org/ALVR/archive/refs/tags/v19.1.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++ cmake ImageMagick (jack-audio-connection-kit-devel or pipewire-jack-audio-connection-kit-devel) 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 969899c

Please sign in to comment.