diff --git a/project.clj b/project.clj index caf8fb3..60a81f6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject views "0.4.1" +(defproject views "0.4.2-SNAPSHOT" :description "You underestimate the power of the SQL side" :url "https://github.com/diligenceengine/views" diff --git a/src/views/base_subscribed_views.clj b/src/views/base_subscribed_views.clj index ce0b478..30eecea 100644 --- a/src/views/base_subscribed_views.clj +++ b/src/views/base_subscribed_views.clj @@ -6,7 +6,7 @@ [views.db.load :refer [initial-view]] [views.db.util :refer [with-retry]] [clojure.tools.logging :refer [debug info warn error]] - [clojure.core.async :refer [put! ! >!!