Skip to content

Commit 11bad1f

Browse files
committed
Updated the version to 1.0.1
1 parent 5d21ea2 commit 11bad1f

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

dist/vue-roundslider.esm.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-round-slider v1.0.0
2+
* vue-round-slider v1.0.1
33
*
44
* @website https://vue.roundsliderui.com/
55
* @copyright (c) 2020 Soundar
@@ -450,11 +450,12 @@ var install = function installRoundSlider(Vue) {
450450
// Create module definition for Vue.use()
451451
var plugin = {
452452
// eslint-disable-next-line no-undef
453-
version: "1.0.0",
453+
version: "1.0.1",
454+
name: __vue_component__.name,
454455
install: install,
455456
};
456457
// eslint-disable-next-line no-undef
457-
__vue_component__.version = "1.0.0";
458+
__vue_component__.version = "1.0.1";
458459

459460
// To auto-install on non-es builds, when vue is found
460461
// eslint-disable-next-line no-redeclare

dist/vue-roundslider.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-roundslider.umd.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-round-slider v1.0.0
2+
* vue-round-slider v1.0.1
33
*
44
* @website https://vue.roundsliderui.com/
55
* @copyright (c) 2020 Soundar
@@ -456,11 +456,12 @@
456456
// Create module definition for Vue.use()
457457
var plugin = {
458458
// eslint-disable-next-line no-undef
459-
version: "1.0.0",
459+
version: "1.0.1",
460+
name: __vue_component__.name,
460461
install: install,
461462
};
462463
// eslint-disable-next-line no-undef
463-
__vue_component__.version = "1.0.0";
464+
__vue_component__.version = "1.0.1";
464465

465466
// To auto-install on non-es builds, when vue is found
466467
// eslint-disable-next-line no-redeclare

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-round-slider",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A round slider component for Vue.js with range support. Also it can be any kind of arc slider such as pie shape, half / semi-circle, quarter circle shape sliders.",
55
"keywords": [
66
"vuejs",

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const install = function installRoundSlider(Vue) {
1212
const plugin = {
1313
// eslint-disable-next-line no-undef
1414
version: VERSION,
15+
name: component.name,
1516
install,
1617
};
1718
// eslint-disable-next-line no-undef

0 commit comments

Comments
 (0)