Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
Signed-off-by: trivernis <trivernis@protonmail.com>
  • Loading branch information
Trivernis committed Apr 24, 2022
1 parent 5dd8eef commit d83f211
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mediarepo-daemon/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mediarepo-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["mediarepo-core", "mediarepo-database", "mediarepo-logic", "m

[package]
name = "mediarepo-daemon"
version = "1.0.3"
version = "1.0.4"
edition = "2018"
license = "gpl-3"
repository = "https://github.com/Trivernis/mediarepo-daemon"
Expand Down
2 changes: 1 addition & 1 deletion mediarepo-daemon/mediarepo-socket/src/namespaces/jobs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl JobsNamespace {
JobType::Vacuum => is_job_running::<VacuumJob>(&dispatcher).await,
};

Response::payload(&ctx, running)
Response::payload(ctx, running)
}
}

Expand Down
2 changes: 1 addition & 1 deletion mediarepo-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediarepo-ui",
"version": "1.0.3",
"version": "1.0.4",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
4 changes: 2 additions & 2 deletions mediarepo-ui/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mediarepo-ui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "1.0.3"
version = "1.0.4"
description = "The UI for the mediarepo media management tool"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion mediarepo-ui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "mediarepo-ui",
"version": "1.0.3"
"version": "1.0.4"
},
"build": {
"distDir": "../dist/mediarepo-ui",
Expand Down

0 comments on commit d83f211

Please sign in to comment.