Increment version to 0.13.3

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/10/head
trivernis 2 years ago
parent 6e5fb7a8bb
commit 0de740932f
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1226,7 +1226,7 @@ dependencies = [
[[package]]
name = "mediarepo-daemon"
version = "0.13.2"
version = "0.13.3"
dependencies = [
"console-subscriber",
"glob",

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

@ -1,6 +1,6 @@
{
"name": "mediarepo-ui",
"version": "0.13.2",
"version": "0.13.3",
"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.2"
version = "0.13.3"
dependencies = [
"mediarepo-api",
"serde",

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

@ -1,7 +1,7 @@
{
"package": {
"productName": "mediarepo-ui",
"version": "0.13.2"
"version": "0.13.3"
},
"build": {
"distDir": "../dist/mediarepo-ui",
@ -73,4 +73,4 @@
"csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self' once: thumb: content:"
}
}
}
}
Loading…
Cancel
Save