From 467b5275bb6ea511d7f1819bca676ee56b8e68fd Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Sun, 3 Apr 2016 01:31:14 -0500 Subject: [PATCH] chore(release): bump package version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5068ef7d9..971d2d435 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ui-router", "description": "State-based routing for Javascript", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "scripts": {}, "homepage": "http://angular-ui.github.com/ui-router", "contributors": [ @@ -41,7 +41,7 @@ }, "license": "MIT", "devDependencies": { - "angular2": "^2.0.0-beta.12", + "angular2": "^2.0.0-beta.13", "babel-core": "^5.8.14", "conventional-changelog": "^1.1.0", "conventional-changelog-cli": "^1.1.1",