From 10a0b98dea1f505c528307476b96e1d3d48b1f67 Mon Sep 17 00:00:00 2001 From: Joseph Clough <32164147+jclough96@users.noreply.github.com> Date: Tue, 16 Apr 2019 13:44:41 +0100 Subject: [PATCH] Package versioning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f133d88e..ede7a75d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-notifications", - "version": "1.3.0", + "version": "1.3.1", "description": "Advanced Push Notifications (Silent, interactive notifications) for iOS & Android", "author": "Lidan Hifi ", "license": "MIT",