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