Skip to content

Commit e25ee89

Browse files
committed
Update v1.0.1
1 parent 7f934c9 commit e25ee89

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
* Linuxでの動作はまだ未検証です。
3434

3535
## 更新履歴
36+
37+
* v1.0.1 (2015/05/15) 最新バージョン確認機能などのバグフィックス
3638
* v1.0.0 (2015/05/15) 公開
3739

3840
## GitHub

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jikkyo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Jikkyo App",
55
"scripts": {
66
"start": "nw src",

src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jikkyo",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Jikkyo App",
55
"scripts": {
66
"start": "cd .. && npm start",
@@ -31,4 +31,4 @@
3131
"twitter": "^1.2.5",
3232
"xml2js": "^0.4.8"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)