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 ",