Skip to content

Commit

Permalink
Up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nedomas committed Nov 17, 2014
1 parent d25ebcb commit 729e074
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

![Databound](https://cloud.githubusercontent.com/assets/1877286/4743542/df89dcec-5a28-11e4-9114-6f383fe269cb.png)

Exposes ActiveRecord records to the Javascript side.
Exposes database ORM to the Javascript side.

**API documentation** [nedomas.github.io/databound](http://nedomas.github.io/databound/src/databound.html).

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "databound",
"version": "0.0.3",
"version": "0.1.0",
"authors": [
"Domas <[email protected]>"
],
"description": "Out-of-box ActiveRecord exposed to the Javascript side. Backend part gem included",
"description": "Exposes database ORM to the Javascript side. Backend part gem included",
"main": "dist/databound.js",
"dependencies": {
"lodash": "2.4.1"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "databound",
"version": "0.0.3",
"version": "0.1.0",
"author": "Domas <[email protected]>",
"description": "Out-of-box ActiveRecord exposed to the Javascript side. Backend part gem included",
"description": "Exposes database ORM to the Javascript side. Backend part gem included",
"main": "dist/databound.js",
"homepage": "https://github.com/Nedomas/databound",
"repository": {
Expand Down

0 comments on commit 729e074

Please sign in to comment.