From be6e276131263ceea0876869e96ae483de4ac465 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Fri, 24 Feb 2023 16:00:40 +0100 Subject: [PATCH] v1.18.0-SNAPSHOT --- example-project/project.clj | 4 ++-- project.clj | 2 +- src/taoensso/sente.cljc | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/example-project/project.clj b/example-project/project.clj index 193b419..63cdc58 100644 --- a/example-project/project.clj +++ b/example-project/project.clj @@ -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" @@ -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 ----------------------- diff --git a/project.clj b/project.clj index 066abd3..2a9ae45 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/sente "1.17.0" +(defproject com.taoensso/sente "1.18.0-SNAPSHOT" :author "Peter Taoussanis " :description "Realtime web comms for Clojure/Script" :url "https://github.com/ptaoussanis/sente" diff --git a/src/taoensso/sente.cljc b/src/taoensso/sente.cljc index dcd5a67..f6e3345 100644 --- a/src/taoensso/sente.cljc +++ b/src/taoensso/sente.cljc @@ -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")))