Skip to content

Commit

Permalink
リリースv0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
01397 committed Oct 27, 2019
1 parent 9a66b43 commit 0822578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,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.4">
<link rel="stylesheet" href="style.css?v0.2.5">
<script src="https://cdnjs.cloudflare.com/ajax/libs/encoding-japanese/1.0.29/encoding.js" async></script>
<script src="./js/main.js?v0.2.4" defer type="module"></script>
<script src="./js/main.js?v0.2.5" defer type="module"></script>
</head>

<body>
Expand Down
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.4",
"version": "0.2.5",
"description": "Online Diagram Editor",
"main": "src/main.ts",
"repository": "git@github.com:01397/clouddia.git",
Expand Down

0 comments on commit 0822578

Please sign in to comment.