From 2ddb8fbd480b473dffed8841ba3baea1349acba9 Mon Sep 17 00:00:00 2001 From: Matthieu LEMOINE <8517072+MatthieuLemoine@users.noreply.github.com> Date: Tue, 2 Oct 2018 15:24:11 +0200 Subject: [PATCH] :bookmark: v2.1.1 --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 126b9d1..0944ceb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .esm-cache +.npmrc diff --git a/package.json b/package.json index 934a5a5..0823802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-push-receiver", - "version": "2.1.0", + "version": "2.1.1", "description": "A module to receive FCM notifications in electron", "main": "src/index.js", "repository": "https://github.com/MatthieuLemoine/electron-push-receiver",