Skip to content

Commit 7fb7e79

Browse files
committed
Tagged as v2.1.4
1 parent ddffa00 commit 7fb7e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-svg-inline-loader",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Webpack loader used for inline replacement of SVG images with actual content of SVG files in Vue projects.",
55
"main": "src/index.js",
66
"files": [

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author Oliver Findl
3-
* @version 2.1.3
3+
* @version 2.1.4
44
* @license MIT
55
*/
66

0 commit comments

Comments
 (0)