From fcafcba487b19bc5689b363b1c01b3dd4d314aae Mon Sep 17 00:00:00 2001 From: Takhsin Saraira Date: Thu, 19 Oct 2023 18:51:14 +0300 Subject: [PATCH] 2.0.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d27eed..206cc60 100644 --- a/README.md +++ b/README.md @@ -10,21 +10,21 @@ Please check `DemoTest.java` for examples for now until I find time to update th ### Getting Started: -1. Add constants-containers library dependency to your project. The latest version is **1.1.0**. +1. Add constants-containers library dependency to your project. The latest version is **2.0.0**. Maven: ```xml io.github.mrsaraira constant-containers - 1.1.0 + 2.0.0 ``` Gradle: ``` dependencies { - implementation 'io.github.mrsaraira:constant-containers:1.1.0' + implementation 'io.github.mrsaraira:constant-containers:2.0.0' } ```