Increment verison

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/14/head
trivernis 2 years ago
parent bb725f6dfb
commit 5ecaadd0c8
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

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

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

@ -47,13 +47,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "10mb",
"maximumError": "100mb"
"maximumWarning": "20mb",
"maximumError": "400mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "10kb",
"maximumError": "200kb"
"maximumWarning": "100kb",
"maximumError": "500kb"
}
],
"fileReplacements": [

@ -1,6 +1,6 @@
{
"name": "mediarepo-ui",
"version": "0.13.4",
"version": "1.0.0-rc.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -59,4 +59,4 @@
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.5.4"
}
}
}

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

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

@ -1,7 +1,7 @@
{
"package": {
"productName": "mediarepo-ui",
"version": "0.13.4"
"version": "1.0.0-rc.1"
},
"build": {
"distDir": "../dist/mediarepo-ui",

Loading…
Cancel
Save