From 50f717db885bca8a03f097d83c9a1fc84ac797af Mon Sep 17 00:00:00 2001 From: MelKori Date: Mon, 27 Feb 2023 15:26:02 +0200 Subject: [PATCH] bump version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d2c3210..e2b745c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject ai.z7/java-properties "1.2.0" +(defproject ai.z7/java-properties "1.2.1" :description "Java properties files micro parser for Clojure" :url "https://github.com/fern-flower-lab/java-properties" :license {:name "MIT"