Skip to content

Commit

Permalink
version changed to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jul 14, 2021
1 parent b68d40d commit 893ec53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@olton/mina-monitor-cluster",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"scripts": {
"start": "shx rm -rf .output/* && parcel serve ./src/index.html --open --out-dir .output --target browser",
Expand Down
2 changes: 1 addition & 1 deletion src/js/helpers/consts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = `1.0.1`
export const version = `1.0.2`
export const title = `Mina Monitor Cluster %VER%`
export const imgStop = `<span class="mif-stop label-alert">`
export const imgOk = `<span class="mif-checkmark label-success">`

0 comments on commit 893ec53

Please sign in to comment.