Skip to content

Commit b366b83

Browse files
committed
v1.2.3
1 parent 196fc6d commit b366b83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-template-webpack",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"license": "MIT",
55
"description": "A full-featured Webpack setup with hot-reload, lint-on-save, unit testing & css extraction.",
66
"scripts": {

template/config/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict'
2-
// Template version: 1.2.2
2+
// Template version: 1.2.3
33
// see http://vuejs-templates.github.io/webpack for documentation.
44

55
const path = require('path')

0 commit comments

Comments
 (0)