From 168f9b4290e8d4e4bc5a64cf2e23cf63af42c88f Mon Sep 17 00:00:00 2001 From: Juwan Wheatley <datwheat@gmail.com> Date: Sun, 18 Mar 2018 19:02:24 -0400 Subject: [PATCH] v25.0.0 --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ea7963b..4d5ab9c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reason-expo", "description": "ReasonML bindings for Expo", - "version": "25.0.0-0", + "version": "25.0.0", "scripts": { "build": "bsb -make-world", "start": "bsb -make-world -w", @@ -9,7 +9,13 @@ "install::dev": "yarn install && install-self-peers -- --ignore-scripts" }, "license": "MIT", - "keywords": ["reason", "reasonml", "bucklescript", "react-native", "expo"], + "keywords": [ + "reason", + "reasonml", + "bucklescript", + "react-native", + "expo" + ], "homepage": "https://github.com/fiber-god/reason-expo.git", "author": "Juwan Wheatley", "repository": {