diff --git a/package-build.json b/package-build.json index 4c2b4a2350..d6b42267fb 100644 --- a/package-build.json +++ b/package-build.json @@ -1,6 +1,6 @@ { "name": "primereact", - "version": "8.0.1", + "version": "8.1.0", "private": false, "author": "PrimeTek Informatics", "description": "PrimeReact is an open source UI library for React featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 280+ ready to use UI blocks to build spectacular applications in no time.", diff --git a/package.json b/package.json index d4aca11041..5a05118b24 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "primereact", "private": false, - "version": "8.0.1-SNAPSHOT", + "version": "8.1.0-SNAPSHOT", "scripts": { "dev": "next dev", "build": "next build && next export",