Skip to content

Commit

Permalink
version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
azproduction committed Sep 17, 2014
1 parent 502f21d commit 2293f20
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Backbone.js adapter for Rivets.js data-bind with nested models and collections support.

## Rivets 0.5.x & 0.6.x
## Rivets 0.5.x & 0.6.x & 0.7.x

This adapter is compatible with both rivets `<= 0.5.x` and `>= 0.6.x`
This adapter is compatible with both rivets `<= 0.5.x` and `>= 0.6.x`, `>= 0.7.x`

If you are using rivets-backbone-adapter with bower:
* For rivets `<= 0.5.x` freese version on tag `#1.0.0`
* For rivets `>= 0.6.x` use version >= `#1.1.0` [List of all versions](https://github.com/azproduction/rivets-backbone-adapter/releases)

* For rivets `0.5.x` freese version on tag `#1.0.0`
* For rivets `0.6.x` use version >= `#1.1.0` <= `#2.0.0`
* For rivets `0.7.x` use version >= `#2.0.1`

[See example](http://azproduction.ru/rivets-backbone-adapter/example/index.html) and [code](example/index.html)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rivets-backbone-adapter",
"version": "1.6.0",
"version": "2.0.1",
"main": "rivets-backbone.js",
"description": "Backbone.js adapter for Rivets.js data-bind with nested models and collections support.",
"license": "MIT",
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": "rivets-backbone-adapter",
"version": "0.1.6",
"version": "2.0.1",
"description": "Backbone.js adapter for Rivets.js data-bind with nested models and collections support.",
"main": "rivets-backbone.js",
"directories": {
Expand Down

0 comments on commit 2293f20

Please sign in to comment.