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", "name": "mediarepo-ui",
"version": "0.0.0", "version": "0.9.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",

File diff suppressed because it is too large Load Diff

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

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

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

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

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