summaryrefslogtreecommitdiffstats
path: root/js/vendor/angular-route
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-05-28 14:25:15 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-05-28 14:25:28 +0200
commit71f25d7e8a70bd017d3589ae54efb19c4ba317f5 (patch)
treefeff1626451656789235e66c7995fd57cba15883 /js/vendor/angular-route
parent6195d06a32ce025c6c02fd6e5fe2138a7f82122f (diff)
update js
Diffstat (limited to 'js/vendor/angular-route')
-rw-r--r--js/vendor/angular-route/.bower.json10
-rw-r--r--js/vendor/angular-route/angular-route.js2
-rw-r--r--js/vendor/angular-route/angular-route.min.js2
-rw-r--r--js/vendor/angular-route/bower.json4
-rw-r--r--js/vendor/angular-route/package.json2
5 files changed, 10 insertions, 10 deletions
diff --git a/js/vendor/angular-route/.bower.json b/js/vendor/angular-route/.bower.json
index 3a4af828e..67d660f23 100644
--- a/js/vendor/angular-route/.bower.json
+++ b/js/vendor/angular-route/.bower.json
@@ -1,17 +1,17 @@
{
"name": "angular-route",
- "version": "1.4.0-rc.2",
+ "version": "1.4.0",
"main": "./angular-route.js",
"ignore": [],
"dependencies": {
- "angular": "1.4.0-rc.2"
+ "angular": "1.4.0"
},
"homepage": "https://github.com/angular/bower-angular-route",
- "_release": "1.4.0-rc.2",
+ "_release": "1.4.0",
"_resolution": {
"type": "version",
- "tag": "v1.4.0-rc.2",
- "commit": "5da341a18a36aa5d982b53b16d8aeb38293f5c5c"
+ "tag": "v1.4.0",
+ "commit": "af773f99661df8a9ca9275d123a1daf6cc0bf778"
},
"_source": "git://github.com/angular/bower-angular-route.git",
"_target": "~1.4.*",
diff --git a/js/vendor/angular-route/angular-route.js b/js/vendor/angular-route/angular-route.js
index a5d60d996..67e04fcc1 100644
--- a/js/vendor/angular-route/angular-route.js
+++ b/js/vendor/angular-route/angular-route.js
@@ -1,5 +1,5 @@
/**
- * @license AngularJS v1.4.0-rc.2
+ * @license AngularJS v1.4.0
* (c) 2010-2015 Google, Inc. http://angularjs.org
* License: MIT
*/
diff --git a/js/vendor/angular-route/angular-route.min.js b/js/vendor/angular-route/angular-route.min.js
index 0bf97a700..f43d0bf41 100644
--- a/js/vendor/angular-route/angular-route.min.js
+++ b/js/vendor/angular-route/angular-route.min.js
@@ -1,5 +1,5 @@
/*
- AngularJS v1.4.0-rc.2
+ AngularJS v1.4.0
(c) 2010-2015 Google, Inc. http://angularjs.org
License: MIT
*/
diff --git a/js/vendor/angular-route/bower.json b/js/vendor/angular-route/bower.json
index 415d4d774..01d1f0802 100644
--- a/js/vendor/angular-route/bower.json
+++ b/js/vendor/angular-route/bower.json
@@ -1,9 +1,9 @@
{
"name": "angular-route",
- "version": "1.4.0-rc.2",
+ "version": "1.4.0",
"main": "./angular-route.js",
"ignore": [],
"dependencies": {
- "angular": "1.4.0-rc.2"
+ "angular": "1.4.0"
}
}
diff --git a/js/vendor/angular-route/package.json b/js/vendor/angular-route/package.json
index 7cf3847e4..69ebb1977 100644
--- a/js/vendor/angular-route/package.json
+++ b/js/vendor/angular-route/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-route",
- "version": "1.4.0-rc.2",
+ "version": "1.4.0",
"description": "AngularJS router module",
"main": "index.js",
"scripts": {