Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
njordhov committed Nov 30, 2022
1 parent 47357cd commit d77400c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clariform",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"repl": "npx shadow-cljs node-repl",
Expand Down
2 changes: 1 addition & 1 deletion src/main/clariform/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[clariform.transform :as transform
:refer [transform]]))

(def version-string "0.1.3")
(def version-string "0.1.4")

(defn printerr [& vals]
(binding [*print-fn* *print-err-fn*]
Expand Down

0 comments on commit d77400c

Please sign in to comment.