Increment version to 0.9.0

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/4/head
trivernis 3 years ago
parent 2e95691318
commit 49354c02b4

@ -1,6 +1,6 @@
{
"name": "mediarepo-ui",
"version": "0.0.0",
"version": "0.9.0",
"scripts": {
"ng": "ng",
"start": "ng serve",

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.1.0"
version = "0.9.0"
description = "A Tauri App"
authors = [ "you" ]
license = ""
@ -25,7 +25,7 @@ features = [ "env-filter" ]
[dependencies.mediarepo-api]
git = "https://github.com/Trivernis/mediarepo-api.git"
rev = "9599020726eb9db47b9be7a6c41c2942a477ba09"
rev = "e90f7dd9dfcac492fd9e4cd10a391794316f1cb2"
features = [ "tauri-plugin" ]
[features]

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

@ -1,6 +1,3 @@
@import '../../../../styles';
.repository-container {
margin: 1em;
}

@ -1,5 +1,3 @@
@import "../../../../../styles";
.repository-path {
color: lightgray;
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save