Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mogenslund committed Oct 28, 2020
1 parent cbafa69 commit 1a2c727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ For discussions, help, tips and support, use

#### Quick start

clj -Sdeps '{:deps {mogenslund/liquid {:mvn/version "2.0.3"}}}' -m liq.core
clj -Sdeps '{:deps {mogenslund/liquid {:mvn/version "2.0.4"}}}' -m liq.core

Or download jar [liq.jar](https://salza.dk/liq.jar) and execute

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mogenslund/liquid "2.0.3" ;"2.0.1-SNAPSHOT"
(defproject mogenslund/liquid "2.0.4" ;"2.0.1-SNAPSHOT"
:description "This project is an attempt to create a text editor for editing
Clojure files and Markdown files. It operates primarily in a
terminal, but with dynamics and extensibilities inspired by
Expand Down

0 comments on commit 1a2c727

Please sign in to comment.