From 20070eb778e1591ac2a8e29bd628fff69b60ebb6 Mon Sep 17 00:00:00 2001 From: Nova Date: Sun, 11 Jun 2023 01:37:21 -0400 Subject: [PATCH] feat: version bump --- .gitignore | 3 +++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5d4e9a8..826beb0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ # Ignore build results from Nix *result* + +/libs/ +*.AppImage \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 1fa41cb..dd3952b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2005,7 +2005,7 @@ dependencies = [ [[package]] name = "stardust-xr-server" -version = "0.10.2" +version = "0.42.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 37c3d51..cfabedf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "stardust-xr-server" -version = "0.10.2" +version = "0.42.0" authors = ["Nova King "] description = "Stardust XR reference display server" license = "GPLv2"