diff --git a/README.md b/README.md index b18a8f9..99a7db2 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/bower.json b/bower.json index 5a34e61..22eec48 100644 --- a/bower.json +++ b/bower.json @@ -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", diff --git a/package.json b/package.json index 470b12b..6190c39 100644 --- a/package.json +++ b/package.json @@ -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": {