From c1c5b1998eb9e6d3c34cd7e0572d819c07d25d43 Mon Sep 17 00:00:00 2001 From: Stefan Neculai Date: Mon, 27 Feb 2017 20:05:00 +0200 Subject: [PATCH] Update release. --- package.json | 4 ++-- src/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c2c5b47..212643b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-froala-wysiwyg-base", - "version": "2.5.0", + "version": "2.5.0-1", "description": "Angular2 bindings for Froala WYSIWYG HTML rich text editor", "main": "bundles/angular2-froala-wysiwyg.umd.js", "typings": "index.d.ts", @@ -38,7 +38,7 @@ "url": "https://github.com/froala/angular2-froala-wysiwyg/issues" }, "dependencies": { - "froala-editor": "2.4.2" + "froala-editor": "2.5.0" }, "peerDependencies": { "@angular/common": "^2.3.1", diff --git a/src/package.json b/src/package.json index 12d0391..10412f4 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "angular2-froala-wysiwyg", - "version": "2.5.0", + "version": "2.5.0-1", "peerDependencies": { "@angular/common": "*", "@angular/compiler": "*",