From 85f53f6801d8e02c53945f698bef9d593b8cfa7d Mon Sep 17 00:00:00 2001 From: Adam Mertzenich Date: Sat, 2 Mar 2024 11:12:56 -0600 Subject: [PATCH] Bump version number --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index e874df8..aad726b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.clj-commons/hickory (or (System/getenv "PROJECT_VERSION") "0.7.1") +(defproject org.clj-commons/hickory (or (System/getenv "PROJECT_VERSION") "0.7.5") :description "HTML as Data" :url "https://github.com/clj-commons/hickory" :license {:name "Eclipse Public License"