Skip to content

Commit

Permalink
Fixed version info
Browse files Browse the repository at this point in the history
  • Loading branch information
bfiessinger committed May 11, 2020
1 parent 6250a2b commit da8fd8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ You can work with any HTML Element far beyond anchor tags.

#### From a CDN
```html
<script src="https://cdn.jsdelivr.net/gh/bfiessinger/scrollToSmooth@latest/dist/scrolltosmooth.min.js"></script>
<!-- OR -->
<script src="https://cdn.jsdelivr.net/gh/bfiessinger/scrollToSmooth@{VERSION}/dist/scrolltosmooth.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/scrolltosmooth/dist/scrolltosmooth.min.js"></script>
```

#### Download
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { terser } from 'rollup-plugin-terser';
const prettier = require('rollup-plugin-prettier');

const srcScript = 'src/scrolltosmooth.js';
const version = '2.1.4';
const version = '2.1.5';
const banner = '/**\n\
* Vanilla JS Smooth Scroll\n\
* Author: Bastian Fießinger\n\
Expand Down

0 comments on commit da8fd8c

Please sign in to comment.