Skip to content

Commit 3825201

Browse files
feat: Introduce UID/GID configuration options for improved permissions and update dashboard chart duration axis to a logarithmic scale.
1 parent c0174bc commit 3825201

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logger_frontend",
33
"private": true,
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = {text = "MIT"}
2626
name = "snakemake-logger-plugin-flowo"
2727
readme = "README.md"
2828
requires-python = ">=3.12"
29-
version = "1.0.5"
29+
version = "1.0.6"
3030

3131
dependencies = [
3232
"pydantic>=2.11.5",

0 commit comments

Comments
 (0)