Skip to content

Commit

Permalink
Release 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nateabele committed Sep 3, 2013
1 parent 7de47f4 commit 818b0d6
Show file tree
Hide file tree
Showing 11 changed files with 1,501 additions and 318 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# UI-Router

####Finally a de-facto solution to nested views and routing.
* 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)
* 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)
* 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)


**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.
Expand Down Expand Up @@ -41,8 +40,6 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt

## Resources

**Note:** Quick Starts, Guide and API Ref are pre-updated for v0.0.2 release.

* [In-Depth Overview](https://github.com/angular-ui/ui-router/wiki)
* [API Quick Reference](https://github.com/angular-ui/ui-router/wiki/Quick-Reference)
* [Sample App](http://angular-ui.github.com/ui-router/sample/) ([Source](https://github.com/angular-ui/ui-router/tree/master/sample))
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-router",
"version": "0.0.2",
"version": "0.2.0",
"main": "./release/angular-ui-router.min.js",
"dependencies": {
"angular": ">= 1.0.6"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ui-router",
"description": "State-based routing for AngularJS",
"version": "0.0.2",
"version": "0.2.0",
"homepage": "http://angular-ui.github.com/",
"author": {
"name": "Karsten Sperling",
Expand Down
Loading

0 comments on commit 818b0d6

Please sign in to comment.