From 93bd444bc9227b02e3b7c693260678f18704e8df Mon Sep 17 00:00:00 2001 From: bberak Date: Sat, 18 Jan 2020 19:27:54 +1100 Subject: [PATCH] Bumped version to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78f3a29..f65d633 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-game-engine", - "version": "1.0.0", + "version": "1.1.0", "description": "Some React Native components that make it easier to construct interactive scenes using the familiar update + draw lifecycle used in the development of many games ✨", "main": "src/index.js", "scripts": {