diff --git a/package-lock.json b/package-lock.json index 716b588..9772a61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11579,7 +11579,7 @@ "license": "ISC" }, "packages/typewind": { - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "@babel/core": "^7.20.12", diff --git a/packages/typewind/package.json b/packages/typewind/package.json index f670829..b61b93b 100644 --- a/packages/typewind/package.json +++ b/packages/typewind/package.json @@ -1,6 +1,6 @@ { "name": "typewind", - "version": "0.1.2", + "version": "0.1.3", "description": "The safety of Typescript with the magic of Tailwind.", "types": "dist/index.d.ts", "main": "dist/index.js",