Skip to content

Commit a66d1f3

Browse files
committed
Fix: リリース用にバージョンナンバーを引き上げ
1 parent 64fc4b9 commit a66d1f3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

bin/shortQuery.chrome.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ShortQuery.js v0.1.4-chrome MIT License
2+
* ShortQuery.js v0.1.5-chrome MIT License
33
* (C) 2015 S <https://github.com/S--Minecraft>
44
*/
55
/*

bin/shortQuery.chrome.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/shortQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ShortQuery.js v0.1.4 MIT License
2+
* ShortQuery.js v0.1.5 MIT License
33
* (C) 2015 S <https://github.com/S--Minecraft>
44
*/
55
/*

bin/shortQuery.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ShortQuery.js",
3-
"version": "0.1.4",
4-
"version-chrome": "0.1.4-chrome",
3+
"version": "0.1.5",
4+
"version-chrome": "0.1.5-chrome",
55
"description": "Just a bundle of short-hand of vanilla js.",
66
"main": "bin/shortQuery.js",
77
"scripts": {

0 commit comments

Comments
 (0)