From 697e3aed353c8d3f1340d4cf8c13ff727c8c0b1c Mon Sep 17 00:00:00 2001 From: Dmitry Gladkov Date: Thu, 5 May 2016 13:13:46 +0300 Subject: [PATCH] bump to 1.5.5 --- BVLinearGradient.podspec | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BVLinearGradient.podspec b/BVLinearGradient.podspec index 55c7a3e..5a21456 100644 --- a/BVLinearGradient.podspec +++ b/BVLinearGradient.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "BVLinearGradient" - s.version = "1.5.4" + s.version = "1.5.5" s.homepage = "https://github.com/brentvatne/react-native-linear-gradient" s.summary = "A component for react-native" s.author = "Brent Vatne" diff --git a/package.json b/package.json index 08664c9..80fb771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-linear-gradient", - "version": "1.5.4", + "version": "1.5.5", "description": "A element for react-native", "main": "index", "author": {