diff --git a/index.html b/index.html
index 055a42609f7f06ddc8241a1643aba11686aae373..bfa470ec5e230ecb984e27ffae444bde085c37b9 100644
--- a/index.html
+++ b/index.html
@@ -56,7 +56,7 @@
             <a class='btn-large waves-effect waves-light' href='/introduction/getting-started.html' id='download-button'>Get Started</a>
           </div>
           <div class='row center'>
-            <a class='red-text text-lighten-4' href='https://github.com/Syncleus/aparapi'>Release v1.3.3</a>
+            <a class='red-text text-lighten-4' href='https://github.com/Syncleus/aparapi'>Release v1.3.4</a>
           </div>
           <br>
         </div>
diff --git a/introduction/getting-started.html b/introduction/getting-started.html
index d7ea7693393686d33469b5bbdc3611fee755fb3c..6c3411a7db7a4ef16347ec0b61b7ac4f6f18ca1e 100644
--- a/introduction/getting-started.html
+++ b/introduction/getting-started.html
@@ -71,7 +71,7 @@
         
         <h2>Support and Documentation</h2>
         
-        <p>Aparapi Javadocs: <a href="http://www.javadoc.io/doc/com.aparapi/aparapi" rel="nofollow">latest</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.3" rel="nofollow">1.3.3</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.2" rel="nofollow">1.3.2</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.1" rel="nofollow">1.3.1</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.0" rel="nofollow">1.3.0</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.2.0" rel="nofollow">1.2.0</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.2" rel="nofollow">1.1.2</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.1" rel="nofollow">1.1.1</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.0" rel="nofollow">1.1.0</a> - <a href="http://www.javadoc.io/doc/com.syncleus.aparapi/aparapi/1.0.0" rel="nofollow">1.0.0</a></p>
+        <p>Aparapi Javadocs: <a href="http://www.javadoc.io/doc/com.aparapi/aparapi" rel="nofollow">latest</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.4" rel="nofollow">1.3.4</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.3" rel="nofollow">1.3.3</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.2" rel="nofollow">1.3.2</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.1" rel="nofollow">1.3.1</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.0" rel="nofollow">1.3.0</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.2.0" rel="nofollow">1.2.0</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.2" rel="nofollow">1.1.2</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.1" rel="nofollow">1.1.1</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.0" rel="nofollow">1.1.0</a> - <a href="http://www.javadoc.io/doc/com.syncleus.aparapi/aparapi/1.0.0" rel="nofollow">1.0.0</a></p>
         
         <p>For detailed documentation see <a href="http://Aparapi.com" rel="nofollow">Aparapi.com</a> or check out the <a href="http://www.javadoc.io/doc/com.aparapi/aparapi" rel="nofollow">latest Javadocs</a>.</p>
         
@@ -97,7 +97,7 @@
         
         <p>Aparapi will run as-is on the CPU, however in order to access the GPU it requires OpenCL to be installed on the local system. If OpenCL isnt found then the library will just fallback to CPU mode. Aparapi supports, and has been tested on, both OpenCL 1.2 and OpenCL 2.0.</p>
         
-        <p><strong>Aparapi runs on all operating systems and platforms, however GPU acceleration support is currently provided for the following platforms: Windows 64bit, Mac OSX 64bit, Linux 64bit, and Linux 32bit.</strong></p>
+        <p><strong>Aparapi runs on all operating systems and platforms, however GPU acceleration support is currently provided for the following platforms: Windows 64bit, Windows 32bit, Mac OSX 64bit, Linux 64bit, and Linux 32bit.</strong></p>
         
         <p>Note: It is no longer required to manually install the <a href="https://github.com/Syncleus/aparapi-native" rel="nofollow">Aparapi JNI native interface</a>, this is now done automatically through maven as a dependency on Aparapi.</p>
         
@@ -108,7 +108,7 @@
         <span class="nt">&lt;dependency&gt;</span>
             <span class="nt">&lt;groupId&gt;</span>com.aparapi<span class="nt">&lt;/groupId&gt;</span>
             <span class="nt">&lt;artifactId&gt;</span>aparapi<span class="nt">&lt;/artifactId&gt;</span>
-            <span class="nt">&lt;version&gt;</span>1.3.3<span class="nt">&lt;/version&gt;</span>
+            <span class="nt">&lt;version&gt;</span>1.3.4<span class="nt">&lt;/version&gt;</span>
         <span class="nt">&lt;/dependency&gt;</span>
         </code></pre>
         <h2>Obtaining the Source</h2>