Skip to content

Commit

Permalink
v0.1.1: Ready to use
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieustan committed Jun 26, 2019
1 parent 4ec98dd commit ef957e2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/vue-datepicker.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -4032,7 +4032,7 @@ var install = function install(Vue) {

var plugin = {
// eslint-disable-next-line no-undef
version: "0.1.0-rc.8",
version: "0.1.1",
install: install
};

Expand Down
2 changes: 1 addition & 1 deletion dist/vue-datepicker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vue-datepicker.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4036,7 +4036,7 @@

var plugin = {
// eslint-disable-next-line no-undef
version: "0.1.0-rc.8",
version: "0.1.1",
install: install
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mathieustan/vue-datepicker",
"description": "A clean datepicker made with VueJs",
"version": "0.1.0-rc.8",
"version": "0.1.1",
"author": "Mathieu Stanowski <mathieu.stan@gmail.com>",
"keywords": [
"vue",
Expand Down

0 comments on commit ef957e2

Please sign in to comment.