From 4c5077065a312e06bdabf28cc330dce2f13b5179 Mon Sep 17 00:00:00 2001 From: Jake Murzy Date: Tue, 5 Apr 2016 00:45:07 -0700 Subject: [PATCH] v0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15c1424..85bd2df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-router-native", - "version": "0.0.1", + "version": "0.1.0", "description": "A routing library for React Native NavigationExperimental that strives for sensible API parity with react-router", "main": "lib/index.js", "author": "Jake Murzy ",