Skip to content

Commit

Permalink
Stable Version 1.0.0-beta.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jan 12, 2015
1 parent 1b49dc1 commit 39b1a7d
Show file tree
Hide file tree
Showing 4 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 @@
##### 1.0.0-beta.1 - 12 January 2015

Now in beta.

##### 1.0.0-alpha.5 - 28 November 2014

###### Backwards compatible API changes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Jason Dobry
Copyright (c) 2014-2015 Jason Dobry

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://raw.githubusercontent.com/js-data/js-data/master/js-data.png" alt="js-data logo" title="js-data" align="right" width="64" height="64" />

## js-data-rethinkdb
## js-data-rethinkdb [![NPM version](https://badge.fury.io/js/js-data-rethinkdb.png)](http://badge.fury.io/js/js-data-rethinkdb)

RethinkDB adapter for [js-data](http://www.js-data.io/).

Expand Down Expand Up @@ -60,7 +60,7 @@ First, feel free to contact me with questions. [Mailing List](https://groups.io/

The MIT License (MIT)

Copyright (c) 2014 Jason Dobry
Copyright (c) 2014-2015 Jason Dobry

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-rethinkdb",
"description": "RethinkDB adapter for js-data.",
"version": "1.0.0-alpha.5",
"version": "1.0.0-beta.1",
"homepage": "http://www.js-data.io/docs/dsrethinkdbadapter",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,17 +32,17 @@
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-watch": "0.6.1",
"grunt-karma-coveralls": "2.5.2",
"grunt-mocha-test": "0.12.4",
"grunt-karma-coveralls": "2.5.3",
"grunt-mocha-test": "0.12.6",
"jit-grunt": "0.9.0",
"sinon": "1.12.1",
"sinon": "1.12.2",
"time-grunt": "1.0.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"js-data": "^1.0.0-alpha.5-4",
"js-data": "^1.0.0-beta.1",
"mout": "0.11.0",
"rethinkdbdash": "^1.15.x"
}
Expand Down

0 comments on commit 39b1a7d

Please sign in to comment.