From 3bcc213e9a9a12abfdcff3549248a800fb3d04a2 Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 14 Feb 2022 20:03:46 +0100 Subject: [PATCH] Increment version Signed-off-by: trivernis --- README.md | 4 ++++ mediarepo-daemon/Cargo.toml | 2 +- mediarepo-ui/package.json | 2 +- mediarepo-ui/src-tauri/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e331dda..dd07f19 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,10 @@ $ ./build.py build --ui After building the `out` directory contains all the built binaries and bundles. +### Test Builds + +For test builds the `Dockerfile` in this repository can be used. This way no build dependencies need to be installed on the system. The dockerfile doesn't provide any artifacts and can only be used for validation. + ## Usage and Further Information Please consult the [official website](https://mediarepo.trivernis.dev) for more information. diff --git a/mediarepo-daemon/Cargo.toml b/mediarepo-daemon/Cargo.toml index 154a47a..6cf4e00 100644 --- a/mediarepo-daemon/Cargo.toml +++ b/mediarepo-daemon/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["mediarepo-core", "mediarepo-database", "mediarepo-logic", "m [package] name = "mediarepo-daemon" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" edition = "2018" license = "gpl-3" repository = "https://github.com/Trivernis/mediarepo-daemon" diff --git a/mediarepo-ui/package.json b/mediarepo-ui/package.json index 1ec24c4..2097b81 100644 --- a/mediarepo-ui/package.json +++ b/mediarepo-ui/package.json @@ -1,6 +1,6 @@ { "name": "mediarepo-ui", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/mediarepo-ui/src-tauri/Cargo.toml b/mediarepo-ui/src-tauri/Cargo.toml index 54e3cd7..a84e54c 100644 --- a/mediarepo-ui/src-tauri/Cargo.toml +++ b/mediarepo-ui/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" description = "The UI for the mediarepo media management tool" authors = ["you"] license = ""