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