Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Aug 30, 2022
1 parent 5744094 commit ad3671e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ NOTE: Still contains zookeeper as a dependency.

Tries to be as lightweigh as possible thus depends only on

- `org.apache.kafka/kafka_2.12 "3.2.0"`
- `org.apache.kafka/kafka-clients "3.2.0"`
- `org.apache.kafka/kafka_2.12 "3.2.1"`
- `org.apache.kafka/kafka-clients "3.2.1"`
- `org.apache.zookeeper/zookeeper "3.8.0"`
but excluding `jms`,`jmx*` and logging.
Expand All @@ -34,7 +34,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's]

[source,clojure]
----
[net.tbt-post/clj-kafka-x "0.7.2"]
[net.tbt-post/clj-kafka-x "0.7.3"]
----

== Usage
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject net.tbt-post/clj-kafka-x "0.7.2"
(defproject net.tbt-post/clj-kafka-x "0.7.3"
:description "A Clojure wrapper for Apache Kafka v2/v3 client"
:url "https://github.com/source-c/clj-kafka-x"
:license {:name "Apache License 2.0"
Expand Down

0 comments on commit ad3671e

Please sign in to comment.