From 013bb02b5c13f39890caadfa50f2f82b6612eded Mon Sep 17 00:00:00 2001 From: Aleksi Pousar Date: Sun, 10 Sep 2017 10:12:18 +0200 Subject: [PATCH] Bump version number for release (#232) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15848c4e..50965070 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-orientation", - "version": "3.0.0", + "version": "3.1.0", "description": "Listen to device orientation changes in React Native applications and programmatically set preferred orientations on a per screen basis", "main": "index.js", "scripts": {