Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
beauby committed Aug 20, 2015
1 parent c0f1410 commit 0fb81e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

JavaScript client-side [JSON API](http://jsonapi.org) data handling made easy.

Current version is v0.2.0-alpha. It is still a work in progress, but should do what it says.
Current version is v0.3.0-beta. It is still a work in progress, but should do what it says.

## Description

Expand All @@ -22,10 +22,14 @@ What it does not do:

## Installing

Install jsonapi-datastore by running:
Install jsonapi-datastore with `bower` by running:
```
$ bower install jsonapi-datastore
```
or with `npm` by running:
```
$ npm install jsonapi-datastore
```

## Parsing data

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": "jsonapi-datastore",
"version": "0.2.0-alpha",
"version": "0.3.0-beta",
"homepage": "https://github.com/beauby/jsonapi-datastore",
"authors": [
"Lucas Hosseini <lucas.hosseini@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonapi-datastore",
"version": "0.2.0-alpha",
"version": "0.3.0-beta",
"description": "JavaScript client-side JSON API data handling made easy.",
"main": "dist/node-jsonapi-datastore.js",
"files": [
Expand Down

0 comments on commit 0fb81e2

Please sign in to comment.