Skip to content

Commit

Permalink
Preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
mogenslund committed Feb 16, 2021
1 parent 1d0d213 commit 13f848f
Show file tree
Hide file tree
Showing 3 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 @@ -36,7 +36,7 @@ For discussions, help, tips and support, use

#### Quick start

clojure -Sdeps '{:deps {mogenslund/liquid {:mvn/version "2.0.7"}}}' -m liq.core
clojure -Sdeps '{:deps {mogenslund/liquid {:mvn/version "2.0.8"}}}' -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.7" ;"2.0.1-SNAPSHOT"
(defproject mogenslund/liquid "2.0.8" ;"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
2 changes: 1 addition & 1 deletion resources/help/parinfer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ new-buffer-hooks.
buf)))

The hook functions take a buffer as input and returns a buffer. In this case
the returned buffer has a modified major-modes list.
the returned buffer has a modified major-modes list.

0 comments on commit 13f848f

Please sign in to comment.