From 8035fbd836378a3f4958b98d384e1817d030ac3b Mon Sep 17 00:00:00 2001 From: jjos2372 <31958515+jjos2372@users.noreply.github.com> Date: Tue, 2 May 2023 10:54:40 -0300 Subject: [PATCH] New release. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96c9f2aa..367b5a60 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Signum Java Development Framework com.github.signum-network signumj - v1.2.0 + v1.3.1 ``` @@ -31,7 +31,7 @@ repositories { maven { url 'https://jitpack.io' } } dependencies { - implementation 'com.github.signum-network:signumj:v1.2.0' + implementation 'com.github.signum-network:signumj:v1.3.1' } ```