From ba6ff3a0bc8585a6aa039f9a8d398b3744b3a8f4 Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Mon, 7 May 2018 09:55:46 -0700 Subject: [PATCH] Version bump to 0.1.8 --- project.clj | 2 +- src/cljc/frak/cli.cljc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index 7fd8139..a0db866 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject frak "0.1.8-SNAPSHOT" +(defproject frak "0.1.8" :description "Transform collections of strings into regular expressions." :url "http://github.com/noprompt/frak" :license {:name "Eclipse Public License" diff --git a/src/cljc/frak/cli.cljc b/src/cljc/frak/cli.cljc index b108611..1c6b17c 100644 --- a/src/cljc/frak/cli.cljc +++ b/src/cljc/frak/cli.cljc @@ -4,7 +4,7 @@ #?(:clj [clojure.tools.cli :refer [parse-opts]] :cljs [cljs.tools.cli :refer [parse-opts]]) [frak] - [frak.plaform :refer [exit printerr log]])) + [frak.platform :refer [exit printerr log]])) ;;;; Main -- 2.25.1