From e69eacb3a67fc80cc3b8aa7b3a266209232190d4 Mon Sep 17 00:00:00 2001 From: Aleksi Pousar Date: Sun, 31 Dec 2017 10:29:14 +0200 Subject: [PATCH] Bump version (#259) * Bump version number * Bump version * Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f70db1a..f1efa27f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-orientation", - "version": "3.1.2", + "version": "3.1.3", "description": "Listen to device orientation changes in React Native applications and programmatically set preferred orientations on a per screen basis", "main": "index.js", "scripts": {