diff --git a/source/index.html.haml b/source/index.html.haml
index 72623ddda4a6df5cee8357135a0c54d50148f505..320d4fac071c96d336dec7d4ec7eacde2f9c64a7 100644
--- a/source/index.html.haml
+++ b/source/index.html.haml
@@ -7,7 +7,7 @@ description: Open-source framework for executing native Java code on the GPU.
.row.center
%a#download-button.btn-large.waves-effect.waves-light{:href => "/introduction/getting-started.html"} Get Started
.row.center
- %a.red-text.text-lighten-4{:href => "https://github.com/Syncleus/aparapi"} Release v1.1.2
+ %a.red-text.text-lighten-4{:href => "https://github.com/Syncleus/aparapi"} Release v1.2.0
%br/
- content_for :banner do
diff --git a/source/introduction/getting-started.html.md b/source/introduction/getting-started.html.md
index 6e1c2d80d8140b71e753adcfa898744f257d9dbc..0f502d353db64a78feb1f0441210d7cf4c36afdc 100644
--- a/source/introduction/getting-started.html.md
+++ b/source/introduction/getting-started.html.md
@@ -26,7 +26,7 @@ To include Aparapi in your project of choice include the following Maven depende
<dependency>
<groupId>com.aparapi</groupId>
<artifactId>aparapi</artifactId>
- <version>1.1.2</version>
+ <version>1.2.0</version>
</dependency>
```