From bf2f69879cc659130bb5b9a8bb950d0e4d309dde Mon Sep 17 00:00:00 2001 From: Guillaume Buisson Date: Fri, 31 Mar 2023 10:22:36 +0200 Subject: [PATCH] Bump to the next SNAPSHOT 0.4.1 --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 127bdba..695dbdc 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ It centralizes many generic functions. ## Changes -- 0.4.0 (Upcoming) - - upgrades clj-http 3.10.1 which deprecates `json-strict` operations +- 0.4.0 + - upgrades clj-http 3.12.3 which deprecates `json-strict` operations ## License diff --git a/project.clj b/project.clj index 1ce3de1..7667254 100644 --- a/project.clj +++ b/project.clj @@ -1,7 +1,7 @@ (def clj-version "1.10.1") (def metrics-clojure-version "2.10.0") -(defproject threatgrid/clj-momo "0.4.0" +(defproject threatgrid/clj-momo "0.4.1-SNAPSHOT" :description "Library code produced by the Cisco ThreatGrid team for building swagger backed API services" :url "https://github.com/threatgrid/clj-momo" :license {:name "Eclipse Public License"