From e202a59d8aa07c0ee26b9e1a6fd8cbb13a54550c Mon Sep 17 00:00:00 2001
From: Matthieu LEMOINE <8517072+MatthieuLemoine@users.noreply.github.com>
Date: Fri, 23 Aug 2019 11:03:53 +0200
Subject: [PATCH] :bookmark: v2.1.3

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index b76347a..962c74d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "electron-push-receiver",
-  "version": "2.1.2",
+  "version": "2.1.3",
   "description": "A module to receive FCM notifications in electron",
   "main": "src/index.js",
   "repository": "https://github.com/MatthieuLemoine/electron-push-receiver",