Skip to content

Commit

Permalink
Set release version 0.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Nov 7, 2020
1 parent d99881c commit 5d1f974
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ running the main namespace:
:profiles
{:cljstyle
{:dependencies
[[mvxcvi/cljstyle "0.13.0" :exclusions [org.clojure/clojure]]]}}
[[mvxcvi/cljstyle "0.14.0" :exclusions [org.clojure/clojure]]]}}
```

Alternately, you can run it directly from the command line:

```shell
lein update-in :dependencies \
conj '[mvxcvi/cljstyle "0.13.0" :exclusions [org.clojure/clojure]]' \
conj '[mvxcvi/cljstyle "0.14.0" :exclusions [org.clojure/clojure]]' \
-- run -m cljstyle.main \
check
```
Expand All @@ -78,7 +78,7 @@ If you would like to use `cljstyle` without installing the binary, you can run
it directly with `clj`:

```shell
clj -Sdeps '{:deps {mvxcvi/cljstyle {:git/url "https://github.com/greglook/cljstyle.git", :tag "0.13.0"}}}' \
clj -Sdeps '{:deps {mvxcvi/cljstyle {:git/url "https://github.com/greglook/cljstyle.git", :tag "0.14.0"}}}' \
-m cljstyle.main \
check
```
Expand All @@ -97,7 +97,7 @@ style:
- run:
name: Install cljstyle
environment:
CLJSTYLE_VERSION: 0.13.0
CLJSTYLE_VERSION: 0.14.0
command: |
wget https://github.com/greglook/cljstyle/releases/download/${CLJSTYLE_VERSION}/cljstyle_${CLJSTYLE_VERSION}_linux.tar.gz
tar -xzf cljstyle_${CLJSTYLE_VERSION}_linux.tar.gz
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 mvxcvi/cljstyle "0.14.0-SNAPSHOT"
(defproject mvxcvi/cljstyle "0.14.0"
:description "A tool for formatting Clojure code"
:url "https://github.com/greglook/cljstyle"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 5d1f974

Please # to comment.