diff --git a/package-lock.json b/package-lock.json index 4c9d169..5e6cda5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-flex-layout", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-native-flex-layout", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^11.0.0", diff --git a/package.json b/package.json index 0466871..ad7915c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-flex-layout", - "version": "0.1.4", + "version": "0.1.5", "description": "Layout primitives for React Native.", "main": "lib/commonjs/index", "module": "lib/module/index",