Skip to content

Commit c7843bd

Browse files
committed
version bump for vue 3 composition api
1 parent 4c3846f commit c7843bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-mix-svg-vue",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A Laravel Mix extension to inline SVG files with Vue.js and automatically optimize them with SVGO",
55
"main": "index.js",
66
"files": [
@@ -38,6 +38,6 @@
3838
"path": "^0.12.7",
3939
"raw-loader": "^4.0.0",
4040
"svg-vue": "^0.1.1",
41-
"svg-vue3": "^0.1.1"
41+
"svg-vue3": "^0.1.3"
4242
}
4343
}

0 commit comments

Comments
 (0)