Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
njordhov committed May 5, 2023
1 parent 2048297 commit a678416
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.4.0",
"version": "0.5.0",
"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.4.0")
(def version-string "0.5.0")

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

0 comments on commit a678416

Please sign in to comment.