From 5dfe15508b5d4292f7449ab50d559c1d56471276 Mon Sep 17 00:00:00 2001 From: Saleel Date: Mon, 25 Feb 2019 09:48:27 +0400 Subject: [PATCH] v3.0.3 release --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b241367..6588328 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,9 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md ## Changelog +### [3.0.3] - 2019-02-25 +- Fix type defenitions @jgbernalp + ### [3.0.2] - 2019-02-20 - Fix calculation bug where itemsPerRow became zero (#81). diff --git a/package.json b/package.json index 0a67c19..ccc8de1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-super-grid", - "version": "3.0.2", + "version": "3.0.3", "description": "Responsive Grid View for React Native", "main": "index.js", "types": "index.d.ts",