From 6e59ec5854e45d502975f88ec56fd780d833e879 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 11 Dec 2016 01:36:32 -0500
Subject: [PATCH] Updating readme to prepare for release to 1.0.1.

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index aaac12d..a898f14 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,11 @@ This project simply loads the [Aparapi Native](https://github.com/Syncleus/apara
 
 There is usually no need for a user to call this library directly as it is called internally by [Aparapi](https://github.com/Syncleus/aparapi). However it may be useful if creating your own user agent.
 
+**Currently packaged native libraries support Mac OSX 64bit, Linux 64bit, and Linux 32bit. Windows support coming in the next few days.** 
+
 ## Support and Documentation
 
-Aparapi JNI Javadocs: [latest](http://www.javadoc.io/doc/com.aparapi/aparapi-jni) - [1.0.0](http://www.javadoc.io/doc/com.aparapi/aparapi-jni/1.0.0)
+Aparapi JNI Javadocs: [latest](http://www.javadoc.io/doc/com.aparapi/aparapi-jni) - [1.0.1](http://www.javadoc.io/doc/com.aparapi/aparapi-jni/1.0.1) - [1.0.0](http://www.javadoc.io/doc/com.aparapi/aparapi-jni/1.0.0)
 
 For detailed documentation see [Aparapi.com](http://Aparapi.com) or check out the [latest Javadocs](http://www.javadoc.io/doc/com.aparapi/aparapi-jni).
 
@@ -40,7 +42,7 @@ To include Aparapi in your project of choice include the following Maven depende
 <dependency>
     <groupId>com.aparapi</groupId>
     <artifactId>aparapi-jni</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1</version>
 </dependency>
 ```
 
-- 
GitLab