File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 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
2727
2828- Bugs, suggestions & feature requests: [ open an issue] ( https://github.com/yyx990803/vue/issues )
2929- Twitter: [ @vuejs ] ( https://twitter.com/vuejs )
30+ - [ Google+ Community] ( https://plus.google.com/communities/112229843610661683911 )
3031- freenode IRC Channel: #vuejs
3132
33+ ## Changelog
34+
35+ See details changes for each version in the [ release notes] ( https://github.com/yyx990803/vue/releases ) .
36+
3237## License
3338
3439[ MIT] ( http://opensource.org/licenses/MIT )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ var dest = './dist',
99 headerTemplate =
1010 '/*\n' +
1111 ' Vue.js v{{version}}\n' +
12- ' (c) 2014 Evan You\n' +
12+ ' (c) ' + new Date ( ) . getFullYear ( ) + ' Evan You\n' +
1313 ' License: MIT\n' +
1414 '*/\n'
1515
You can’t perform that action at this time.
0 commit comments