Skip to content

Commit

Permalink
fix: package json build version
Browse files Browse the repository at this point in the history
  • Loading branch information
wfpena committed Jan 6, 2024
1 parent 3b2da1f commit 83e8f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wfpena/angular-wysiwyg",
"version": "1.0.5",
"version": "1.0.6",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wfpena/angular-wysiwyg",
"version": "1.0.5",
"version": "1.0.6",
"description": "A rich WYSIWYG text editor for Angular 13+. Rich Text editor component for Angular built using Angular 17.",
"author": "Wilson Pena <wilsonf.pena@gmail.com>",
"repository": "https://github.com/wfpena/angular-wysiwyg",
Expand Down

0 comments on commit 83e8f6b

Please sign in to comment.