From c0a02ad2c199e1e82cbb72a7abbfd9e489928864 Mon Sep 17 00:00:00 2001 From: zcallan Date: Sun, 23 Jul 2017 00:25:36 +1000 Subject: [PATCH] update version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d204dac..f1e0b7a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Flex React v1.2.9 +Flex React v1.3.0 ========================== Flex React is a grid-based set of components for React. It offers the following features: diff --git a/package.json b/package.json index 5670f49..ba8d1b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flex-react", - "version": "1.2.9", + "version": "1.3.0", "description": "A lightweight React component library to build flex-based grids.", "main": "dist/index.js", "module": "src/index.js",