Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Oct 4, 2014
1 parent fc69aab commit 45c932e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.2.0 - unreleased
## v0.2.0 - October 4, 2014

This release brings better compatibility with Ractive 0.6.x and Backbone 1.1.x.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ractive-backbone",
"description": "Backbone adaptor for Ractive.js",
"version": "0.1.1",
"version": "0.2.0",
"author": "Rich Harris",
"license": "MIT",
"main": "ractive-adaptors-backbone.js",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ractive-adaptors-backbone",
"repository": "ractivejs/ractive-adaptors-backbone",
"description": "Backbone adaptor for Ractive.js",
"version": "0.1.1",
"version": "0.2.0",
"keywords": [
"backbone",
"ractive",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ractive-adaptors-backbone",
"description": "Backbone adaptor for Ractive.js",
"version": "0.1.1",
"version": "0.2.0",
"homepage": "http://ractivejs.org",
"main": "./ractive-adaptors-backbone.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion ractive-adaptors-backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Backbone adaptor plugin
=======================
Version 0.1.1. Copyright 2013 - 2014 @rich_harris, MIT licensed.
Version 0.2.0. Copyright 2013 - 2014 @rich_harris, MIT licensed.
This plugin allows Ractive.js to work seamlessly with Backbone.Model and
Backbone.Collection instances.
Expand Down

0 comments on commit 45c932e

Please sign in to comment.