diff --git a/README.md b/README.md index c5baacb..f4ce87d 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ The following issues are known: ## Release Notes +### 0.0.4 + +- added option to extrapolate job run times in the UI + ### 0.0.3 - update icons for job queue diff --git a/package.json b/package.json index c1848f3..36a94a9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Slurm Dashboard", "publisher": "danielnichols", "description": "A dashboard for the Slurm workload manager.", - "version": "0.0.3", + "version": "0.0.4", "author": { "name": "Daniel Nichols", "url": "https://cs.umd.edu/~dnicho"