From 5ce7d656244de4a8fcbeaed48b6178ed560c2ff0 Mon Sep 17 00:00:00 2001 From: Vladislav Botvin Date: Tue, 17 Jun 2014 18:56:14 +0400 Subject: [PATCH] bump 0.4.0 - #1 fix --- bower.json | 2 +- component.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 0b8b4f5..da27a00 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "backbone.linear", "main": "backbone.linear.js", - "version": "0.3.0", + "version": "0.4.0", "homepage": "https://github.com/darrrk/backbone.linear", "authors": [ "Vladislav Botvin " diff --git a/component.json b/component.json index ba01ff2..095c4da 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name" : "backbone.linear", - "version" : "0.3.0", + "version" : "0.4.0", "description" : "Easiest way to work with your Backbone.Model nested array-object attributes.", "keywords" : [ "backbone", diff --git a/package.json b/package.json index 6949f0a..39abed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backbone.linear", - "version": "0.3.0", + "version": "0.4.0", "main": "backbone.linear.js", "license": "MIT", "description": "Easiest way to work with your Backbone.Model nested array-object attributes.",