Skip to content

Commit 4f5bd90

Browse files
committed
release 0.2.5
1 parent cd6cd1d commit 4f5bd90

12 files changed

+423
-58
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#### The de-facto solution to flexible routing with nested views
44
---
5-
**[Download 0.2.0](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)** (or **[Minified](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js)**) **|**
5+
**[Download 0.2.5](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)** (or **[Minified](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js)**) **|**
66
**[Learn](#resources) |**
77
**[Discuss](https://groups.google.com/forum/#!categories/angular-ui/router) |**
88
**[Get Help](http://stackoverflow.com/questions/ask?tags=angularjs,angular-ui-router) |**

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-router",
3-
"version": "0.2.0",
3+
"version": "0.2.5",
44
"main": "./release/angular-ui-router.js",
55
"dependencies": {
66
"angular": ">= 1.0.6"

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-router",
3-
"version": "0.2.0",
3+
"version": "0.2.5",
44
"description": "State-based routing for AngularJS",
55
"keywords": [
66
"angular",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-router",
33
"description": "State-based routing for AngularJS",
4-
"version": "0.2.0",
4+
"version": "0.2.5",
55
"homepage": "http://angular-ui.github.com/",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)