Increment version

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/18/head
trivernis 2 years ago
parent 179dcf0d4e
commit 18546eaabb
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1395,7 +1395,7 @@ dependencies = [
[[package]]
name = "mediarepo-daemon"
version = "1.0.0-rc.4"
version = "1.0.0"
dependencies = [
"console-subscriber",
"glob",

@ -4,7 +4,7 @@ default-members = ["mediarepo-core", "mediarepo-database", "mediarepo-logic", "m
[package]
name = "mediarepo-daemon"
version = "1.0.0-rc.4"
version = "1.0.0"
edition = "2018"
license = "gpl-3"
repository = "https://github.com/Trivernis/mediarepo-daemon"

@ -1,6 +1,6 @@
{
"name": "mediarepo-ui",
"version": "1.0.0-rc.4",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",

@ -40,7 +40,7 @@ checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
[[package]]
name = "app"
version = "1.0.0-rc.4"
version = "1.0.0"
dependencies = [
"mediarepo-api",
"serde",

@ -1,6 +1,6 @@
[package]
name = "app"
version = "1.0.0-rc.4"
version = "1.0.0"
description = "The UI for the mediarepo media management tool"
authors = ["you"]
license = ""

Loading…
Cancel
Save