Skip to content

Commit 5a10568

Browse files
committed
adjust version text.
1 parent d2e50cd commit 5a10568

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/js-scroll-effect-module.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.

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
<body style="overflow-x:hidden;">
2525
<div class="container mt-4">
2626

27-
<h2 class="mb-3">SCROLL EFFECT MODULE v0.2.0</h2>
27+
<h2 class="mb-3">SCROLL EFFECT MODULE v0.3.0</h2>
2828

2929
<p>Add effect at scroll.</p>
3030

3131
<span class="p-sns"><a class="github-button" href="https://github.com/yama-dev" data-show-count="true" aria-label="Follow @yama-dev on GitHub">Follow @yama-dev</a></span>
3232
<span class="p-sns"><a class="github-button" href="https://github.com/yama-dev/js-scroll-effect-module/archive/master.zip" data-icon="octicon-cloud-download" aria-label="Download yama-dev/js-scroll-effect-module on GitHub">Download</a></span>
3333
<span class="p-sns"><a class="github-button" href="https://github.com/yama-dev/js-scroll-effect-module" data-icon="octicon-star" data-show-count="true" aria-label="Star yama-dev/js-scroll-effect-module on GitHub">Star</a></span>
3434
<span class="p-sns"><a class="github-button" href="https://github.com/yama-dev/js-scroll-effect-module/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork yama-dev/js-scroll-effect-module on GitHub">Fork</a></span>
35-
<span class="p-sns"><a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-text="SCROLL EFFECT MODULE v0.2.0 Add effect at scroll." data-show-count="false">Tweet</a></span>
35+
<span class="p-sns"><a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-text="SCROLL EFFECT MODULE v0.3.0 Add effect at scroll." data-show-count="false">Tweet</a></span>
3636
<style>.p-sns > span{ display: inline-block; }</style>
3737

3838
<hr class="mt-4 mb-4">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-scroll-effect-module",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Add effect at scroll.",
55
"keywords": [
66
"scroll",

src/js-scroll-effect-module.js

Lines changed: 1 addition & 1 deletion
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.2.0
4+
* versoin 0.3.0
55
* Repository https://github.com/yama-dev/js-scroll-effect-module
66
* Copyright yama-dev
77
* Licensed under the MIT license.

0 commit comments

Comments
 (0)