Skip to content

Commit

Permalink
Preparing release of 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mogenslund committed Mar 9, 2019
1 parent 4cbf10d commit cf9e642
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 @@ -66,7 +66,7 @@ For discussions, help, tips and support, use
You can run from command line using the `clj` command:

```bash
clj -Sdeps '{:deps {mogenslund/liquid {:mvn/version "1.1.1"}}}' -m dk.salza.liq.core
clj -Sdeps '{:deps {mogenslund/liquid {:mvn/version "1.1.2"}}}' -m dk.salza.liq.core
```

#### Quick start
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 "1.1.2-SNAPSHOT" ;"0.4.6-SNAPSHOT"
(defproject mogenslund/liquid "1.1.2" ;"0.4.6-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 cf9e642

Please sign in to comment.