From de23cc96889530eee1b597cb0b3f29aa7f805bbe Mon Sep 17 00:00:00 2001 From: Janne Julkunen Date: Tue, 19 Dec 2017 17:34:33 +0200 Subject: [PATCH] Bumped up the version for new release --- example/package-lock.json | 2 +- example/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 802565b..6df0f24 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-quill-wrapper-example", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/example/package.json b/example/package.json index 63d8943..bd649aa 100644 --- a/example/package.json +++ b/example/package.json @@ -3,7 +3,7 @@ "description": "Example app for the ngx-quill-wrapper", "private": true, "license": "MIT", - "version": "5.1.0", + "version": "5.2.0", "tslint": { "extends": "./tslint.json" }, diff --git a/package-lock.json b/package-lock.json index 91fe114..332512f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ngx-quill-wrapper", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fe358e6..1cfacf2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Angular wrapper library for quill", "bugs": "https://github.com/zefoy/ngx-quill-wrapper/issues", "license": "MIT", - "version": "5.1.0", + "version": "5.2.0", "main": "./bundles/ngx-quill-wrapper.umd.js", "module": "./dist/ngx-quill-wrapper.es5.js", "typings": "./dist/ngx-quill-wrapper.d.ts",