Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 44b7ad5

Browse files
committed
Bump version
1 parent 3952fbe commit 44b7ad5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/rollup-plugin-vue.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* rollup-plugin-vue v1.0.0
2+
* rollup-plugin-vue v1.0.1
33
* (c) 2016 undefined
44
* Release under the MIT License.
55
*/
@@ -31,6 +31,6 @@ function plugin() {
3131
};
3232
}
3333

34-
plugin.version = '1.0.0';
34+
plugin.version = '1.0.1';
3535

3636
module.exports = plugin;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-vue",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Roll .vue files",
55
"main": "dist/rollup-plugin-vue.common.js",
66
"scripts": {

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ function plugin(options = {}) {
2323
};
2424
}
2525

26-
plugin.version = '1.0.0';
26+
plugin.version = '1.0.1';
2727

0 commit comments

Comments
 (0)