From ac8a7a7f0c2bc4abe014632902cd6df6a79cde2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E4=BA=95=E3=81=95=E3=81=8B=E3=81=AA?= <41501869+01397@users.noreply.github.com> Date: Wed, 22 Jun 2022 21:04:33 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9=20v0.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.html | 4 ++-- dist/js/App.js | 2 +- package.json | 2 +- src/App.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/index.html b/dist/index.html index 937a52d..11d8109 100644 --- a/dist/index.html +++ b/dist/index.html @@ -28,9 +28,9 @@ - + - + diff --git a/dist/js/App.js b/dist/js/App.js index 3ff2bfc..f260ce5 100644 --- a/dist/js/App.js +++ b/dist/js/App.js @@ -13,7 +13,7 @@ import DiagramParser from './DiagramParser.js'; import { h, Menu } from './Util.js'; export default class App { constructor(root) { - this.version = '0.4.2'; + this.version = '0.4.3'; this.sidebarElm = h('aside', { id: 'sidebar' }, null); this.toolbarElm = h('div', { id: 'toolbar' }, null); this.tabbarElm = h('div', { id: 'tabbar' }, null); diff --git a/package.json b/package.json index b3f52ab..8468234 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clouddia", - "version": "0.4.2", + "version": "0.4.3", "description": "Online Diagram Editor", "main": "src/main.ts", "repository": "git@github.com:01397/clouddia.git", diff --git a/src/App.ts b/src/App.ts index ea1fb5f..c6c6175 100644 --- a/src/App.ts +++ b/src/App.ts @@ -93,7 +93,7 @@ export default class App { private menu: MenuItem[] constructor(root: Element) { - this.version = '0.4.2' + this.version = '0.4.3' this.sidebarElm = h('aside', { id: 'sidebar' }, null) this.toolbarElm = h('div', { id: 'toolbar' }, null) this.tabbarElm = h('div', { id: 'tabbar' }, null)