From 87e47c2eea660df671e3028080bfddb3d3639628 Mon Sep 17 00:00:00 2001 From: Vladislav Botvin Date: Sun, 19 Jul 2015 19:03:18 +0300 Subject: [PATCH] bump 1.0.1 --- 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 9ad8caa..8291555 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "backbone.linear", "main": "dist/backbone.linear.js", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/darrrk/backbone.linear", "authors": [ "Vladislav Botvin " diff --git a/component.json b/component.json index 0c89bbb..5d563c2 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name" : "backbone.linear", - "version" : "1.0.0", + "version" : "1.0.1", "description" : "Easiest way to work with your Backbone.Model nested array-object attributes.", "keywords" : [ "backbone", diff --git a/package.json b/package.json index 5a23311..196717d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backbone.linear", - "version": "1.0.0", + "version": "1.0.1", "main": "dist/backbone.linear.js", "license": "MIT", "description": "Easiest way to work with your Backbone.Model nested array-object attributes.",