set new version

pull/2888/head
Tuğçe Küçükoğlu 2022-08-23 14:18:58 +03:00
parent f66038fd4b
commit 2afa257b09
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
<template>
<div class="layout-footer">
<div class="layout-footer-left">
<span>PrimeVue 3.16.2 on Vue 3 by </span>
<span>PrimeVue 3.17.0-SNAPSHOT on Vue 3 by </span>
<a href="https://www.primetek.com.tr">PrimeTek</a>
</div>

View File

@ -13,7 +13,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.16.2 --save
npm install primevue@^3.17.0-SNAPSHOT --save
npm install primeicons --save
</code></pre>