From 290f012ccb1a95854c77b57b584e60dbeee27a6d Mon Sep 17 00:00:00 2001 From: Vladislav Botvin Date: Wed, 22 Jul 2015 05:58:56 +0300 Subject: [PATCH] bump 1.0.3 --- 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 7351fc3..902064a 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "backbone.linear", "main": "dist/backbone.linear.js", - "version": "1.0.2", + "version": "1.0.3", "homepage": "https://github.com/darrrk/backbone.linear", "authors": [ "Vladislav Botvin " diff --git a/component.json b/component.json index 0b74b3d..7830e90 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name" : "backbone.linear", - "version" : "1.0.2", + "version" : "1.0.3", "description" : "Easiest way to work with your Backbone.Model nested array-object attributes.", "keywords" : [ "backbone", diff --git a/package.json b/package.json index fc45f5b..f88b76d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backbone.linear", - "version": "1.0.2", + "version": "1.0.3", "main": "dist/backbone.linear.js", "license": "MIT", "description": "Easiest way to work with your Backbone.Model nested array-object attributes.",