diff --git a/README.md b/README.md index 78e0e7d..47a1d00 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@
-
+
# Vue.js modal
[](https://badge.fury.io/js/vue-js-modal)
[](https://www.npmjs.com/package/vue-js-modal)
-[](#backers)
-[](#sponsors)
##### Simple to use, highly customizable, mobile friendly Vue.js 2.0+ modal with SSR support. http://vue-js-modal.yev.io/
@@ -36,13 +34,13 @@ Vue.use(VModal)
/*
By default plugin will use "modal" name for the component.
-If you need to change it, you can do so by providing "componentName" param.
+If you need to change it, you can do so by providing "componentName" param.
Example:
Vue.use(VModal, { componentName: "foo-modal" })
...
-
-
-
-## Backers
-
-Thank you to all our backers! [[Become a backer](https://opencollective.com/vue-js-modal#backer)]
-
-
-
-
-## Sponsors
-
-Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/vue-js-modal#sponsor)]
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/package.json b/package.json
index f8f2d66..ba7a0ae 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "vue-js-modal",
"description": "Modal Component for Vue.js",
- "version": "1.3.0",
+ "version": "1.3.1",
"author": "euvl