Skip to content

Commit

Permalink
v0.1.20180905-2
Browse files Browse the repository at this point in the history
  • Loading branch information
koizuka committed Sep 5, 2018
1 parent 751095f commit c52c0c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions app/services/patch-notes/notes.ts
@@ -1,9 +1,11 @@
import { IPatchNotes } from '.';

export const notes: IPatchNotes = {
version: '0.1.20180905-1',
title: '0.1.20180905-1',
version: '0.1.20180905-2',
title: '0.1.20180905-2',
notes: [
'修正: v0.1.20180905-1 において、コメント数・来場者数取得でクラッシュしたバグ修正 (#77)',
'以下は v0.1.20180905-1 の更新内容です:',
'追加: ディスプレイキャプチャ: 範囲を指定してキャプチャする(実験的機能) (#58)',
'追加: インターレース解除機能 (#54)',
'変更: シーンエディタ上で右クリックしたときに対象が未選択だった場合、対象単体が選択されるように変更 (#64) ',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"//": {
"version": "0.9.3-preview.3"
},
"version": "0.1.20180905-1",
"version": "0.1.20180905-2",
"main": "main.js",
"scripts": {
"compile": "yarn clear && webpack-cli --progress --mode development",
Expand Down

0 comments on commit c52c0c3

Please sign in to comment.