diff --git a/package-build.json b/package-build.json index d8331c726..93612045f 100644 --- a/package-build.json +++ b/package-build.json @@ -1,6 +1,6 @@ { "name": "primevue", - "version": "3.11.0-SNAPSHOT", + "version": "3.11.0", "homepage": "https://www.primefaces.org/primevue", "repository": { "type": "git", diff --git a/package.json b/package.json index b16c795e1..2cd290212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primevue", - "version": "3.11.0-SNAPSHOT", + "version": "3.11.0", "homepage": "https://www.primefaces.org/primevue", "repository": { "type": "git", diff --git a/src/views/setup/Setup.vue b/src/views/setup/Setup.vue index c8f76182f..de8a40c5c 100755 --- a/src/views/setup/Setup.vue +++ b/src/views/setup/Setup.vue @@ -12,7 +12,7 @@
PrimeVue is available at npm, if you have an existing application run the following commands to download PrimeVue and PrimeIcons to your project.
-npm install primevue@^3.10.0 --save
+npm install primevue@^3.11.0 --save
npm install primeicons --save