Skip to content

Commit 5533aa3

Browse files
BlairJBlairJ
BlairJ
authored and
BlairJ
committedJun 28, 2016
Relase Alpha8
1 parent c16ca6e commit 5533aa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-data-jsonapi",
3-
"version": "0.0.0-alpha.7",
3+
"version": "0.0.0-alpha.8",
44
"description": "JsonApi adapter for js-data.",
55
"main": "./dist/js-data-jsonapi.js",
66
"repository": {

Diff for: ‎readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ store.registerAdapter('jsonApi', adapter, { default: true });
5454
```
5555

5656
### Version
57-
0.0.0-alpha.6
57+
0.0.0-alpha.8
5858

5959
### Tech
6060

@@ -91,4 +91,4 @@ SOFTWARE.
9191
[npm_v_badge]: https://img.shields.io/npm/v/js-data-jsonapi.svg
9292
[npm_dwn_badge]: https://img.shields.io/npm/dm/js-data-jsonapi.svg
9393
[circleci_link]: https://circleci.com/gh/BlairAllegroTech/js-data-jsonapi/tree/master
94-
[circleci_badge]: https://img.shields.io/circleci/project/BlairAllegroTech/js-data-jsonapi/master.svg?style=flat
94+
[circleci_badge]: https://circleci.com/gh/BlairAllegroTech/js-data-jsonapi.svg?style=shield

0 commit comments

Comments
 (0)
Please sign in to comment.