From edbca5dbb6bd39341930f409815a25a50cc4131e Mon Sep 17 00:00:00 2001 From: Artur Girenko Date: Mon, 1 Feb 2016 20:07:13 +0100 Subject: [PATCH] v0.2.22 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c4de87..0ec7bbf 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Contributions are welcome. - Source maps are available when you "Debug in Chrome" - Optimizations :simple is used to compile "production" index.ios.js and index.android.js - [Unified way of using static images of rn 0.14+](https://facebook.github.io/react-native/docs/images.html) works -- Works on Linux (Android only) +- Works on Linux and Windows (Android only) ## Usage diff --git a/package.json b/package.json index 7765526..eee7cd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "re-natal", - "version": "0.2.21", + "version": "0.2.22", "description": "Bootstrap ClojureScript React Native apps with reagent and re-frame for iOS and Android", "main": "index.js", "author": "Artur Girenko ",