Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimulaco committed May 25, 2019
1 parent f8d656a commit 33e9b40
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install --save vanilla-smoothie
### CDN

```html
<script src="https://cdn.jsdelivr.net/npm/vanilla-smoothie@1.2.3/dist/vanilla-smoothie.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanilla-smoothie@1.2.4/dist/vanilla-smoothie.min.js"></script>
```

## Use
Expand Down Expand Up @@ -183,4 +183,4 @@ Other commands look to `package.json`.

## License

[MIT License](https://github.com/kimulaco/vanilla-smoothie/blob/master/LICENSE).
[MIT License](LICENSE).
2 changes: 1 addition & 1 deletion dist/vanilla-smoothie.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* VanillaSmoothie.js v1.2.3
* VanillaSmoothie.js v1.2.4
* https://kimulaco.github.io/vanilla-smoothie/
* Copyright (c) 2019 kimulaco
* This software is released under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion dist/vanilla-smoothie.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3 id="npm">npm</h3>
<pre><code class="language-shell">npm install --save vanilla-smoothie
# or yarn install vanilla-smoothie</code></pre>
<h3 id="cdn">CDN</h3>
<pre><code class="language-html">&lt;script src=&quot;https://cdn.jsdelivr.net/npm/vanilla-smoothie@1.2.1/dist/vanilla-smoothie.min.js&quot;&gt;&lt;/script&gt;</code></pre>
<pre><code class="language-html">&lt;script src=&quot;https://cdn.jsdelivr.net/npm/vanilla-smoothie@1.2.4/dist/vanilla-smoothie.min.js&quot;&gt;&lt;/script&gt;</code></pre>
<h2 id="use">Use</h2>
<pre><code class="language-js">const VanillaSmoothie = require(&#39;vanilla-smoothie&#39;)
// or import VanillaSmoothie from &#39;vanilla-smoothie&#39;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-smoothie",
"version": "1.2.3",
"version": "1.2.4",
"description": "A minimal smooth scroll library based on vanilla JavaScript.",
"author": "kimulaco",
"license": "MIT",
Expand Down

0 comments on commit 33e9b40

Please sign in to comment.