Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Aug 17, 2022
1 parent 3e7c3f4 commit a3f05fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "3.17.0-SNAPSHOT",
"version": "3.16.1",
"homepage": "https://www.primefaces.org/primevue",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,4 +29,4 @@
"vue": "^3.0.0",
"primeicons": "^5.0.0"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "3.17.0-SNAPSHOT",
"version": "3.16.1",
"homepage": "https://www.primefaces.org/primevue",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/AppFooter.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="layout-footer">
<div class="layout-footer-left">
<span>PrimeVue 3.17.0-SNAPSHOT on Vue 3 by </span>
<span>PrimeVue 3.16.1 on Vue 3 by </span>
<a href="https://www.primetek.com.tr">PrimeTek</a>
</div>

Expand All @@ -17,4 +17,4 @@
</a>
</div>
</div>
</template>
</template>

0 comments on commit a3f05fd

Please sign in to comment.