Increment version to 0.13.0

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/4/head
trivernis 3 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",

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

Loading…
Cancel
Save