From 52901f4ef72886dcbb4c08005e1fc558e8184504 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Tue, 7 Sep 2021 14:31:59 +0200 Subject: [PATCH] PGPainless-0.2.10 --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index c2256bff..afdbd835 100644 --- a/index.md +++ b/index.md @@ -54,7 +54,7 @@ Maven: org.pgpainless pgpainless-core - 0.2.9 + 0.2.10 ``` @@ -65,7 +65,7 @@ repositories { } dependencies { - compile 'org.pgpainless:pgpainless-core:0.2.9' + compile 'org.pgpainless:pgpainless-core:0.2.10' } ```