@@ -1,6 +1,6 @@
{
"name": "vue",
- "version": "1.0.28",
+ "version": "1.0.28-csp",
"author": "Evan You <yyx990803@gmail.com>",
"license": "MIT",
"description": "Simple, Fast & Composable MVVM for building interactive interfaces",
@@ -5,7 +5,7 @@ import config from './config'
installGlobalAPI(Vue)
-Vue.version = '1.0.28'
+Vue.version = '1.0.28-csp'
export default Vue