Skip to content

Commit

Permalink
Version 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Jan 12, 2024
1 parent c38aeec commit 2e701fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clj-protocol",
"version": "1.1.0",
"version": "1.1.1",
"description": "clj-protocol - Declarative protocol library",
"repository": "https://github.com/LonoCloud/clj-protocol",
"license": "SEE LICENSE IN LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; This is for running in Clojure and for generating codox docs
;; Use shadow-cljs for building/running in ClojureScript

(defproject clj-protocol "1.1.0"
(defproject clj-protocol "1.1.1"
:description "Declarative Protocols and Binary Formats in ClojureScript"
:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/clojurescript "1.10.866"]]
Expand Down

0 comments on commit 2e701fe

Please sign in to comment.