From 9ab9e91cb51b370c660fc937c19160c5bc3ebc7a Mon Sep 17 00:00:00 2001 From: Viktor Eriksson Date: Tue, 9 Oct 2018 12:22:05 +0200 Subject: [PATCH] 2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18a79f2..e54dd9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-background-job", - "version": "2.2.0-beta.0", + "version": "2.2.0", "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",