Skip to content

Commit 818b0d6

Browse files
committed
Release 0.2.0.
1 parent 7de47f4 commit 818b0d6

11 files changed

+1501
-318
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# UI-Router
44

55
####Finally a de-facto solution to nested views and routing.
6-
* We recommend the latest beta 0.0.2 (Guide and Docs are already updated to 0.0.2): [Build the Project Locally](https://github.com/angular-ui/ui-router#developing)
7-
* Last release 0.0.1: [Compressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js) / [Uncompressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)
6+
* Last release 0.2.0: [Compressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js) / [Uncompressed](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)
87

98

109
**Warning:** UI-Router is in active development. The API is highly subject to change. It is not recommended to use this library on projects that require guaranteed stability.
@@ -41,8 +40,6 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
4140

4241
## Resources
4342

44-
**Note:** Quick Starts, Guide and API Ref are pre-updated for v0.0.2 release.
45-
4643
* [In-Depth Overview](https://github.com/angular-ui/ui-router/wiki)
4744
* [API Quick Reference](https://github.com/angular-ui/ui-router/wiki/Quick-Reference)
4845
* [Sample App](http://angular-ui.github.com/ui-router/sample/) ([Source](https://github.com/angular-ui/ui-router/tree/master/sample))

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.0.2",
3+
"version": "0.2.0",
44
"main": "./release/angular-ui-router.min.js",
55
"dependencies": {
66
"angular": ">= 1.0.6"

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.0.2",
4+
"version": "0.2.0",
55
"homepage": "http://angular-ui.github.com/",
66
"author": {
77
"name": "Karsten Sperling",

0 commit comments

Comments
 (0)