Increment version to 0.13.0

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/4/head
trivernis 2 years ago
parent 313d65512d
commit 9b0dbf4363
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

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

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

@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.12.0"
version = "0.13.0"
description = "A Tauri App"
authors = ["you"]
license = ""

@ -1,7 +1,7 @@
{
"package": {
"productName": "mediarepo-ui",
"version": "0.12.0"
"version": "0.13.0"
},
"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