From 3d29121e1ff1d4b2793d99ba6a8b06ec344feae6 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 26 Aug 2021 15:53:50 +0200 Subject: [PATCH] PGPainless-0.2.9 --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index a6dc2862..c2256bff 100644 --- a/index.md +++ b/index.md @@ -54,7 +54,7 @@ Maven: org.pgpainless pgpainless-core - 0.2.8 + 0.2.9 ``` @@ -65,7 +65,7 @@ repositories { } dependencies { - compile 'org.pgpainless:pgpainless-core:0.2.0' + compile 'org.pgpainless:pgpainless-core:0.2.9' } ```