Skip to content

Commit

Permalink
v1.18.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed May 30, 2023
1 parent aae92e6 commit be6e276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example-project/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso.examples/sente "1.17.0"
(defproject com.taoensso.examples/sente "1.18.0-SNAPSHOT"
:description "Sente, reference web-app example project"
:url "https://github.com/ptaoussanis/sente"
:license {:name "Eclipse Public License"
Expand All @@ -15,7 +15,7 @@
[org.clojure/core.async "1.6.673"]
[nrepl "1.0.0"] ; Optional, for Cider

[com.taoensso/sente "1.17.0"] ; <--- Sente
[com.taoensso/sente "1.18.0-SNAPSHOT"] ; <--- Sente
[com.taoensso/timbre "6.1.0"]

;;; TODO Choose (uncomment) a supported web server -----------------------
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 com.taoensso/sente "1.17.0"
(defproject com.taoensso/sente "1.18.0-SNAPSHOT"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Realtime web comms for Clojure/Script"
:url "https://github.com/ptaoussanis/sente"
Expand Down
4 changes: 1 addition & 3 deletions src/taoensso/sente.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@
#?(:clj (:import [org.java_websocket.client WebSocketClient])))

(enc/assert-min-encore-version [3 49 0])

(def sente-version "Useful for identifying client/server mismatch"
[1 11 0])
(def sente-version "Useful for identifying client/server mismatch" [1 18 0])

#?(:cljs (def ^:private node-target? (= *target* "nodejs")))

Expand Down

0 comments on commit be6e276

Please sign in to comment.