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