From d2bcb91a8e84ab268572b4b584aec9c4024cdb8a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 31 May 2021 11:37:13 +0000 Subject: [PATCH] Release 2.0.56 --- docs/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 546ab433..c81b544f 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1 +1 @@ -{"short_name":"Mermaid","name":"Mermaid Live Editor","icons":[{"src":"/mermaid-live-editor/icon-192.png","type":"image/png","sizes":"192x192"},{"src":"/mermaid-live-editor/icon-512.png","type":"image/png","sizes":"512x512"}],"start_url":"/mermaid-live-editor/edit/","background_color":"#6366F1","display":"standalone","scope":"/mermaid-live-editor","theme_color":"#6366F1","description":"FlowChart & Diagrams Editor.","orientation":"landscape"} \ No newline at end of file +{"short_name":"Mermaid","name":"Mermaid Live Editor","icons":[{"src":"/mermaid-live-editor/icon-192.png","type":"image/png","sizes":"192x192"},{"src":"/mermaid-live-editor/icon-512.png","type":"image/png","sizes":"512x512"}],"start_url":"/mermaid-live-editor/edit/","background_color":"#6366F1","display":"standalone","scope":"/mermaid-live-editor/edit/","theme_color":"#6366F1","description":"FlowChart & Diagrams Editor.","orientation":"landscape"} \ No newline at end of file diff --git a/package.json b/package.json index d198a44b..18f8751e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mermaid-live-editor", - "version": "2.0.55", + "version": "2.0.56", "scripts": { "dev": "svelte-kit dev", "build": "svelte-kit build",