aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorIgor Minar2013-05-20 16:37:28 -0700
committerIgor Minar2013-05-20 16:48:21 -0700
commitf81431dd724f54290ee9a8c7e23650bc59e0c739 (patch)
tree8baf8eb878cb0346d8809b614ce18305ae37f540 /package.json
parent04bdb9f8138d46d76b328bd06622107b9ad6971b (diff)
downloadangular.js-f81431dd724f54290ee9a8c7e23650bc59e0c739.tar.bz2
chore(package.json): kill version.yaml in favor of package.json
all versioning info is now in package.json and that's where the build scripts read it from
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 59986a6a..bf2fbb25 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,8 @@
{
"name": "AngularJS",
- "version": "0.0.0",
+ "version": "1.0.7-snapshot",
+ "cdnVersion": "1.0.6",
+ "codename": "monochromatic-rainbow",
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib-clean": "0.4.0",