Skip to content

Commit

Permalink
Stable Version 0.10.0-beta.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jun 29, 2014
1 parent b49a8e3 commit ec6a7f1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##### 0.10.0 - 29 June 2014
##### 0.10.0-beta.1 - 28 June 2014

###### Breaking API changes
- #76 - Queries and filtering. See [TRANSITION.md](https://github.com/jmdobry/angular-data/blob/master/TRANSITION.md).
Expand Down
2 changes: 1 addition & 1 deletion TRANSITION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.9.x. ---> 0.10.0 - 29 June 2014
### 0.9.x. ---> 0.10.x - 29 June 2014

#### Breaking API changes
##### #76 - Queries and filtering.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jason Dobry",
"name": "angular-data",
"description": "Data store for Angular.js.",
"version": "0.10.0",
"version": "0.10.0-beta.1",
"homepage": "http://angular-data.pseudobry.com/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-data.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @author Jason Dobry <jason.dobry@gmail.com>
* @file angular-data.js
* @version 0.10.0 - Homepage <http://angular-data.pseudobry.com/>
* @version 0.10.0-beta.1 - Homepage <http://angular-data.pseudobry.com/>
* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/>
* @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>
*
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-data.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion guide/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<i class="icon-wrench icon-white"></i> API <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li class="nav-header">Angular-data - 0.10.0</li>
<li class="nav-header">Angular-data - 0.10.0-beta.1</li>
<li>
<a href="/documentation/api/angular-data/angular-data">Overview</a>
</li>
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-data",
"description": "Data store for Angular.js.",
"version": "0.10.0",
"version": "0.10.0-beta.1",
"homepage": "http://angular-data.pseudobry.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit ec6a7f1

Please sign in to comment.