Skip to content

Commit caa3314

Browse files
committed
admin:
adjust version text.
1 parent d320bac commit caa3314

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

dist/js-scroll-effect-module.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-scroll-effect-module",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Add effect according to scroll.",
55
"keywords": [
66
"scroll",
@@ -26,8 +26,8 @@
2626
"url": "https://github.com/yama-dev/js-scroll-effect-module"
2727
},
2828
"bugs": {
29-
"url" : "https://github.com/yama-dev/js-scroll-effect-module/issues",
30-
"email" : "tatsuya.yamamoto69@gmail.com"
29+
"url": "https://github.com/yama-dev/js-scroll-effect-module/issues",
30+
"email": "tatsuya.yamamoto69@gmail.com"
3131
},
3232
"devDependencies": {
3333
"babel-cli": "^6.26.0",

sample/scroll-effect-module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* js-scroll-effect-module JavaScript Library v0.1.1
2+
* js-scroll-effect-module JavaScript Library v0.1.2
33
* https://github.com/yama-dev/js-scroll-effect-module
44
* Copyright yama-dev
55
* Licensed under the MIT license.

src/js-scroll-effect-module.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* JS SCROLL EFFECT MODULE (JavaScript Library)
33
* js-scroll-effect-module
4-
* versoin 0.1.1
4+
* versoin 0.1.2
55
* Repository https://github.com/yama-dev/js-scroll-effect-module
66
* Copyright yama-dev
77
* Licensed under the MIT license.
@@ -37,7 +37,7 @@ class SCROLL_EFFECT_MODULE {
3737
constructor(options){
3838

3939
// Set Version.
40-
this.Version = '0.1.0';
40+
this.Version = '0.1.2';
4141

4242
// Use for discrimination by URL.
4343
this.CurrentUrl = location.href;

0 commit comments

Comments
 (0)