File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,13 @@ Read the [contributing guide](https://github.com/yyx990803/vue/blob/master/CONTR
27
27
28
28
- Bugs, suggestions & feature requests: [ open an issue] ( https://github.com/yyx990803/vue/issues )
29
29
- Twitter: [ @vuejs ] ( https://twitter.com/vuejs )
30
+ - [ Google+ Community] ( https://plus.google.com/communities/112229843610661683911 )
30
31
- freenode IRC Channel: #vuejs
31
32
33
+ ## Changelog
34
+
35
+ See details changes for each version in the [ release notes] ( https://github.com/yyx990803/vue/releases ) .
36
+
32
37
## License
33
38
34
39
[ MIT] ( http://opensource.org/licenses/MIT )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ var dest = './dist',
9
9
headerTemplate =
10
10
'/*\n' +
11
11
' Vue.js v{{version}}\n' +
12
- ' (c) 2014 Evan You\n' +
12
+ ' (c) ' + new Date ( ) . getFullYear ( ) + ' Evan You\n' +
13
13
' License: MIT\n' +
14
14
'*/\n'
15
15
You can’t perform that action at this time.
0 commit comments