Skip to content

Commit 9a10ad7

Browse files
committed
correct template version numbers
1 parent dff87a8 commit 9a10ad7

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-cli-template-webpack",
3-
"version": "2.0.0",
3+
"version": "1.2.0",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
'use strict'
3-
// Template version: 1.1.3
3+
// Template version: 1.2.0
44
// see http://vuejs-templates.github.io/webpack for documentation.
55

66
const path = require('path')

0 commit comments

Comments
 (0)