Skip to content

Commit

Permalink
Set version as 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Aug 11, 2022
1 parent 7c6c1e4 commit 7e4be77
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "14.0.0",
"version": "14.0.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeng",
"version": "14.0.0",
"version": "14.0.1",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primeng"
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/app.footer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Component} from '@angular/core';
template: `
<div class="layout-footer">
<div class="layout-footer-left">
<span>PrimeNG 14.0.0 by </span>
<span>PrimeNG 14.0.1 by </span>
<a href="https://www.primetek.com.tr">PrimeTek</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"version": "v14.0.0",
"version": "v14.0.1",
"url": "https://www.primefaces.org/primeng"
},
{
Expand Down

0 comments on commit 7e4be77

Please sign in to comment.