From 672b680467aed6a97e4781cf73a63cd24ba541fe Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Mon, 5 Dec 2016 02:05:58 -0500 Subject: [PATCH] Updated webpage for latest release (1.2.0) --- source/index.html.haml | 2 +- source/introduction/getting-started.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/index.html.haml b/source/index.html.haml index 72623dd..320d4fa 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 6e1c2d8..0f502d3 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> ``` -- GitLab