Skip to content

Commit

Permalink
Stable Version 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jul 18, 2014
1 parent 12a029e commit 596b96d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### 0.10.0 - 18 July 2014

Official Release

##### 0.10.0-beta.2 - 10 July 2014

###### Backwards compatible API changes
Expand Down
4 changes: 2 additions & 2 deletions 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-beta.2",
"version": "0.10.0",
"homepage": "http://angular-data.pseudobry.com/",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"angular": "~1.2.16",
"angular-mocks": "~1.2.16",
"angular-cache": "~3.0.1",
"angular-cache": "~3.1.0",
"observe-js": "~0.2.0",
"angular-data-mocks": "~0.3.1"
}
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-beta.2 - Homepage <http://angular-data.pseudobry.com/>
* @version 0.10.0 - 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.

4 changes: 2 additions & 2 deletions guide/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ <h1>Features</h1>
<div class="span4">
<h1>Roadmap</h1>
<ul>
<li>Relationships</li>
<li>Schemas/Validation</li>
<li>Even more adapters</li>
<li>Nested Resources</li>
<li>You tell me!</li>
</ul>
</div>
Expand Down
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-beta.2</li>
<li class="nav-header">Angular-data - 0.10.0</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-beta.2",
"version": "0.10.0",
"homepage": "http://angular-data.pseudobry.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit 596b96d

Please sign in to comment.