From d458d7350b8a26752e649bd2b8d061137d0247de Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 20 May 2013 16:37:28 -0700 Subject: 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 --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.2.3