From 898eec0f284926d539ba0acbe86841a0f3e7de02 Mon Sep 17 00:00:00 2001 From: Zdravko Branzov Date: Wed, 23 May 2018 15:56:49 +0300 Subject: [PATCH] chore: bump version to 1.1.4 --- src/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/package.json b/src/package.json index 48f199d..301972a 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-push-notifications", - "version": "1.1.3", + "version": "1.1.4", "description": "Receive push notifications in your NativeScript app on Android and iOS.", "main": "push-plugin", "typings": "index.d.ts", @@ -46,4 +46,4 @@ "tslint": "^5.8.0", "typescript": "^2.6.1" } -} \ No newline at end of file +}