Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
njordhov committed Nov 26, 2022
1 parent 0e5cd4f commit 646ec60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ to build a distribution and publish as the latest docker image:
1. Update the distribution version in "package.json" and clariform.core
2. Push the main branch
3. In the github repo, open Action tab, select Docker workflow.
4. Run workflow using the menu button trigger.
3. In the github repo, open Releases (link on right side)
4. Draft a new release (using button)
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.0.7",
"version": "0.0.8",
"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 @@ -15,7 +15,7 @@
[clariform.format :as format
:refer [format-code]]))

(def version-string "0.0.7")
(def version-string "0.0.8")

(defn file-path [file]
(.getPath ^File file))
Expand Down

0 comments on commit 646ec60

Please sign in to comment.