Increment version

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/15/head
trivernis 2 years ago
parent 285b87de73
commit 3bcc213e9a
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -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.

@ -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"

@ -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",

@ -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 = ""

Loading…
Cancel
Save