Set version

pull/2018/head 3.11.0
Cagatay Civici 2022-01-18 15:16:04 +03:00
parent e2b443b2b2
commit 6d8821584e
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "3.11.0-SNAPSHOT",
"version": "3.11.0",
"homepage": "https://www.primefaces.org/primevue",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "3.11.0-SNAPSHOT",
"version": "3.11.0",
"homepage": "https://www.primefaces.org/primevue",
"repository": {
"type": "git",

View File

@ -12,7 +12,7 @@
<p>PrimeVue is available at <a href="https://www.npmjs.com/package/primevue">npm</a>, if you have an existing application run the following commands to download PrimeVue and PrimeIcons to your project.</p>
<pre v-code.script><code>
npm install primevue@^3.10.0 --save
npm install primevue@^3.11.0 --save
npm install primeicons --save
</code></pre>