Skip to content

Commit c0b7ce0

Browse files
committed
Tagged as v2.1.5
1 parent cf9b694 commit c0b7ce0

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.4",
3+
"version": "2.1.5",
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.4
3+
* @version 2.1.5
44
* @license MIT
55
*/
66

0 commit comments

Comments
 (0)