From 54a91de6cc9fce6878a1eb13bfb8acca67369df1 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Mon, 1 Nov 2021 06:40:53 +0200 Subject: [PATCH] Introduced version 1.3 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 427cd4c52..3a5eb50e1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Include the following in your `pom.xml` for Maven: com.github.javadev leetcode-in-java - 1.2 + 1.3 ... @@ -24,6 +24,6 @@ Include the following in your `pom.xml` for Maven: Gradle: ```groovy -implementation 'com.github.javadev:leetcode-in-java:1.2' +implementation 'com.github.javadev:leetcode-in-java:1.3' ``` diff --git a/pom.xml b/pom.xml index a5eb16523..8e9a185ce 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-java jar - 1.2 + 1.3 leetcode-in-java Java Solution for LeetCode algorithm problems, continually updating https://github.com/javadev/LeetCode-in-Java