From 8e76914ee365d0a704967589d835abd9fa88abf2 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 15 Sep 2024 02:36:19 +0300 Subject: [PATCH] Version 1.3 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3cf8b88..951c675 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.javadev leetcode-in-all jar - 1.2 + 1.3 leetcode-in-all 104 LeetCode algorithm problem solutions https://github.com/javadev/LeetCode-in-All @@ -91,6 +91,7 @@ src/main/python src/main/swift src/main/elixir + src/main/rust