diff --git a/package-lock.json b/package-lock.json index 8fdf4ec..7d042b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-native-whirlwind", - "version": "0.1.0-alpha.0", + "version": "0.1.0-beta.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.0-alpha.0", + "version": "0.1.0-beta.0", "license": "MIT", "devDependencies": { "@types/react-native": "0.64.12", diff --git a/package.json b/package.json index d301649..492d728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-whirlwind", - "version": "0.1.0-alpha.0", + "version": "0.1.0-beta.0", "description": "Whirlwind is a utility-first CSS framework designed for React Native. It is heavily inspired by Tachyons and Tailwind CSS and uses low-level building blocks for rapidly building custom designs.", "homepage": "https://arabold.github.io/react-native-whirlwind/", "main": "dist/index.js",