Skip to content

Commit

Permalink
Bump version and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Dec 4, 2019
1 parent 1723004 commit 882da51
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/handy-scroll.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
vue-handy-scroll v1.0.0
vue-handy-scroll v1.0.1
https://amphiluke.github.io/vue-handy-scroll/dist/
*/
import Vue from 'vue';
Expand Down
2 changes: 1 addition & 1 deletion dist/handy-scroll.esm.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 dist/handy-scroll.umd.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
vue-handy-scroll v1.0.0
vue-handy-scroll v1.0.1
https://amphiluke.github.io/vue-handy-scroll/dist/
*/
(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/handy-scroll.umd.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 package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-handy-scroll",
"version": "1.0.0",
"version": "1.0.1",
"description": "Handy floating scrollbar component for Vue.js",
"main": "dist/handy-scroll.umd.js",
"module": "dist/handy-scroll.esm.js",
Expand Down

0 comments on commit 882da51

Please sign in to comment.