diff --git a/package-lock.json b/package-lock.json index 85bd8ff..9e5c8fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-flex-layout", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-flex-layout", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^11.0.0", diff --git a/package.json b/package.json index 47abf6e..72a4da0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-flex-layout", - "version": "0.1.2", + "version": "0.1.3", "description": "Layout primitives for React Native.", "main": "lib/commonjs/index", "module": "lib/module/index",