Skip to content

Commit

Permalink
Preparing release of 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mogenslund committed Jun 15, 2019
1 parent a716668 commit 3af0356
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 @@ -58,7 +58,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.2"}}}' -m dk.salza.liq.core
clj -Sdeps '{:deps {mogenslund/liquid {:mvn/version "1.1.3"}}}' -m dk.salza.liq.core
```

#### Quick start
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 "1.1.2" ;"0.4.6-SNAPSHOT"
(defproject mogenslund/liquid "1.1.3" ;"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 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.0"]]
:dependencies [[org.clojure/clojure "1.10.1"]]
;:main ^:skip-aot dk.salza.liq.core
:main dk.salza.liq.core
:resource-paths ["resources"]
Expand Down

0 comments on commit 3af0356

Please sign in to comment.