From d5f1d90f72a5ca89aa832f8e1e6696135d38e358 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 19 Jan 2020 21:35:26 +0100 Subject: [PATCH] Docs: Updating Readme for 2.0.0 release. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff1f0ede..3dc8aa05 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ To include Aparapi in your project of choice include the following Maven depende <dependency> <groupId>com.aparapi</groupId> <artifactId>aparapi</artifactId> - <version>1.10.0</version> + <version>2.0.0</version> </dependency> ``` -- GitLab