From a6e58980b5f46b6ca36b8bb03357d0ad6ad841fe Mon Sep 17 00:00:00 2001 From: Bruce Hauman Date: Tue, 26 May 2020 15:17:55 -0600 Subject: [PATCH] bump to 0.2.7-SNAPSHOT --- deps.edn | 4 ++-- project.clj | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deps.edn b/deps.edn index 8209319..19a4762 100644 --- a/deps.edn +++ b/deps.edn @@ -4,8 +4,8 @@ ;; DEV for now its easier to use cider with top level deps ;; com.bhauman/figwheel-core {:local/root "/Users/bhauman/workspace/figwheel/figwheel-core"} ;; com.bhauman/figwheel-repl {:local/root "/Users/bhauman/workspace/figwheel/figwheel-repl"} - com.bhauman/figwheel-repl {:mvn/version "0.2.6"} - com.bhauman/figwheel-core {:mvn/version "0.2.6"} + com.bhauman/figwheel-repl {:mvn/version "0.2.7-SNAPSHOT"} + com.bhauman/figwheel-core {:mvn/version "0.2.7-SNAPSHOT"} ;; server ring {:mvn/version "1.7.1"} diff --git a/project.clj b/project.clj index dc3ba57..55e252a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.bhauman/figwheel-main "0.2.6" +(defproject com.bhauman/figwheel-main "0.2.7-SNAPSHOT" :description "Figwheel Main - Clojurescript tooling." :url "https://github.com/bhauman/figwheel-main" :license {:name "Eclipse Public License - v 1.0" @@ -8,8 +8,8 @@ :dependencies [[org.clojure/clojure "1.9.0"] [org.clojure/clojurescript "1.10.339" :exclusions [commons-codec]] - [com.bhauman/figwheel-repl "0.2.6"] - [com.bhauman/figwheel-core "0.2.6"] + [com.bhauman/figwheel-repl "0.2.7-SNAPSHOT"] + [com.bhauman/figwheel-core "0.2.7-SNAPSHOT"] [com.bhauman/spell-spec "0.1.1"] [com.bhauman/cljs-test-display "0.1.1"] [ring "1.7.1"]