Skip to content

Commit

Permalink
Set new version
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed May 10, 2022
1 parent cfc6c35 commit 60f5cc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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": "13.3.4-SNAPSHOT",
"version": "13.4.0",
"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": "13.3.4-SNAPSHOT",
"version": "13.4.0",
"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 13.3.4-SNAPSHOT by </span>
<span>PrimeNG 13.4.0 by </span>
<a href="https://www.primetek.com.tr">PrimeTek</a>
</div>
Expand Down

0 comments on commit 60f5cc8

Please sign in to comment.