Skip to content

Commit 4371eb7

Browse files
committed
adjust version text.
1 parent 59a4857 commit 4371eb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.3.0</h2>
27+
<h2 class="mb-3">SCROLL EFFECT MODULE v0.5.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.3.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.5.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.4.0",
3+
"version": "0.5.0",
44
"description": "Add effect at scroll.",
55
"keywords": [
66
"scroll",

0 commit comments

Comments
 (0)