From b54df50cddfb254c76bac54979d72e5cbd755cbb Mon Sep 17 00:00:00 2001 From: Aleksi Pousar Date: Sat, 30 Dec 2017 13:36:49 +0200 Subject: [PATCH] Bump version number (#253) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50965070..4702c343 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-orientation", - "version": "3.1.0", + "version": "3.1.1", "description": "Listen to device orientation changes in React Native applications and programmatically set preferred orientations on a per screen basis", "main": "index.js", "scripts": {