From db84a7fe11b21f2bb592d0d8cd5c24669388af48 Mon Sep 17 00:00:00 2001 From: Viktor Eriksson Date: Fri, 23 Mar 2018 14:54:13 +0100 Subject: [PATCH] 2.2.0-beta --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72328ab..5ba1468 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-job", - "version": "2.1.1", + "version": "2.2.0-beta", "description": "Schedule background jobs in React Native that run your JavaScript when your app is in the background.", "main": "index.js", "repository": "https://github.com/vikeri/react-native-background-job",