Skip to content

Commit

Permalink
Bump to the next SNAPSHOT 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbuisson committed Mar 31, 2023
1 parent b83f9f6 commit bf2f698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit bf2f698

Please sign in to comment.