From 83e8f6bb53ccec99d10421e47de33b486a577e12 Mon Sep 17 00:00:00 2001 From: Wilson Fernando Pena Date: Sat, 6 Jan 2024 15:53:46 -0300 Subject: [PATCH] fix: package json build version --- package.json | 2 +- projects/angular-editor/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6186ac4..1f72a3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wfpena/angular-wysiwyg", - "version": "1.0.5", + "version": "1.0.6", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/angular-editor/package.json b/projects/angular-editor/package.json index dcb06f3..1ceb09c 100644 --- a/projects/angular-editor/package.json +++ b/projects/angular-editor/package.json @@ -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 ", "repository": "https://github.com/wfpena/angular-wysiwyg",