Skip to content

Commit

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

#### Quick start

clojure -Sdeps '{:deps {mogenslund/liquid {:mvn/version "2.0.8"}}}' -m liq.core
clojure -Sdeps '{:deps {mogenslund/liquid {:mvn/version "2.0.9"}}}' -m liq.core

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

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mogenslund/liquid "2.0.8" ;"2.0.1-SNAPSHOT"
(defproject mogenslund/liquid "2.0.9" ;"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 All @@ -7,7 +7,7 @@
:url "https://github.com/mogenslund/liquid"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.2"]
:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/data.json "0.2.6"]]
;:main ^:skip-aot liq.core
:main liq.core
Expand Down

0 comments on commit a331cb3

Please sign in to comment.