From 789ad5d489d81755ce88342eb681e4aac8475bf1 Mon Sep 17 00:00:00 2001 From: 01397 <41501869+01397@users.noreply.github.com> Date: Thu, 31 Oct 2019 09:46:13 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9v0.2.6?= 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 f6e6f20..1ce2e08 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 9797d39..c124a5f 100644 --- a/dist/js/App.js +++ b/dist/js/App.js @@ -13,7 +13,7 @@ import DiagramParser from './DiagramParser.js'; import { h } from './Util.js'; export default class App { constructor(root) { - this.version = '0.2.5'; + this.version = '0.2.6'; 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 4015082..1a9dee5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clouddia", - "version": "0.2.5", + "version": "0.2.6", "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 4e1a73f..055d2c0 100644 --- a/src/App.ts +++ b/src/App.ts @@ -92,7 +92,7 @@ export default class App { public currentDiaIndex: number; constructor(root: Element) { - this.version = '0.2.5'; + this.version = '0.2.6'; this.sidebarElm = h('aside', { id: 'sidebar' }, null); this.toolbarElm = h('div', { id: 'toolbar' }, null); this.tabbarElm = h('div', { id: 'tabbar' }, null);