Skip to content

Commit d660fd8

Browse files
committed
[build] 1.0.16-csp
1 parent b610280 commit d660fd8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

dist/vue.common.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v1.0.16
2+
* Vue.js v1.0.16-csp
33
* (c) 2016 Evan You
44
* Released under the MIT License.
55
*/
@@ -14240,7 +14240,7 @@ var filters = {
1424014240
}
1424114241
};
1424214242

14243-
Vue.version = '1.0.16';
14243+
Vue.version = '1.0.16-csp';
1424414244

1424514245
/**
1424614246
* Vue and every constructor that extends Vue has an

dist/vue.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue.js v1.0.16
2+
* Vue.js v1.0.16-csp
33
* (c) 2016 Evan You
44
* Released under the MIT License.
55
*/
@@ -14237,7 +14237,7 @@ var template = Object.freeze({
1423714237
}
1423814238
};
1423914239

14240-
Vue.version = '1.0.16';
14240+
Vue.version = '1.0.16-csp';
1424114241

1424214242
/**
1424314243
* Vue and every constructor that extends Vue has an

dist/vue.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue",
3-
"version": "1.0.16",
3+
"version": "1.0.16-csp",
44
"author": "Evan You <[email protected]>",
55
"license": "MIT",
66
"description": "Simple, Fast & Composable MVVM for building interactive interfaces",

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import elementDirectives from './directives/element/index'
44
import filters from './filters/index'
55
import { inBrowser, devtools } from './util/index'
66

7-
Vue.version = '1.0.16'
7+
Vue.version = '1.0.16-csp'
88

99
/**
1010
* Vue and every constructor that extends Vue has an

0 commit comments

Comments
 (0)