diff --git a/package-lock.json b/package-lock.json index d5ea835..9156c3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@codesyntax/ionic-react-utils", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@codesyntax/ionic-react-utils", - "version": "0.0.1", + "version": "0.1.0", "devDependencies": { "@ionic/react": "^8.0.0", "@ionic/react-router": "^8.0.0", diff --git a/package.json b/package.json index 94252dd..2aac914 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@codesyntax/ionic-react-utils", "description": "A suite of components and utilities for Ionic Framework with React", - "version": "0.0.1", + "version": "0.1.0", "type": "module", "main": "dist/main.js", "types": "dist/main.d.ts",