diff --git a/bower.json b/bower.json index a3c982e..a9cced7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-clock", - "version": "0.7.0", + "version": "0.7.1", "main": [ "./dist/angular-clock.js", "./dist/angular-clock.css" @@ -35,10 +35,10 @@ "tests" ], "dependencies": { - "angular": "1.4", - "angular-bootstrap": "1.3", - "font-awesome": "~4.1.0", - "rainbow": "~1.1.9" + "angular": "https://github.com/getslash-github/bower-angular.git#1.4", + "angular-bootstrap": "https://github.com/getslash-github/bootstrap-bower.git#1.3", + "font-awesome": "https://github.com/getslash-github/Font-Awesome.git#4.1.0", + "rainbow": "https://github.com/getslash-github/rainbow.git#1.1.9" }, "devDependencies": { "angular-mocks": "1.4" diff --git a/package.json b/package.json index 89170e2..68be7a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-clock", - "version": "0.7.0", + "version": "0.7.1", "description": "An angular.js clock widget", "main": "angular-clock.js", "directories": {