Skip to content

Commit

Permalink
リリースv0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
01397 committed Oct 31, 2019
1 parent 1be3e67 commit 789ad5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</script>
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,500&display=swap&subset=japanese"
rel="stylesheet">
<link rel="stylesheet" href="style.css?v0.2.5">
<link rel="stylesheet" href="style.css?v0.2.6">
<script src="https://cdnjs.cloudflare.com/ajax/libs/encoding-japanese/1.0.29/encoding.js" async></script>
<script src="./js/main.js?v0.2.5" defer type="module"></script>
<script src="./js/main.js?v0.2.6" defer type="module"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion dist/js/App.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 789ad5d

Please sign in to comment.