aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorIgor Minar2013-05-20 16:37:28 -0700
committerIgor Minar2013-05-21 03:39:36 -0700
commitd458d7350b8a26752e649bd2b8d061137d0247de (patch)
tree217c047619d20c212888810fa9afaac8b9e54997 /package.json
parenteb21eb5a06814e061983570e7e5b67322dc9e9ed (diff)
downloadangular.js-d458d7350b8a26752e649bd2b8d061137d0247de.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..945a9ee1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,8 @@
{
"name": "AngularJS",
- "version": "0.0.0",
+ "version": "1.1.5-snapshot",
+ "cdnVersion": "1.1.4",
+ "codename": "triangle-squarification",
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib-clean": "0.4.0",