Skip to content

Commit d661c51

Browse files
committed
Merge branch 'main' of github.com:phronmophobic/viscous
2 parents f48fbf9 + 171e0c2 commit d661c51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Try it! https://phronmophobic.github.io/viscous/
2525

2626
#### deps.edn
2727
```clojure
28-
com.phronemophobic/viscous {:mvn/version "1.3.2"}
28+
com.phronemophobic/viscous {:mvn/version "1.3.3"}
2929
```
3030

3131
#### lein
3232
```clojure
33-
[com.phronemophobic/viscous "1.3.2"]
33+
[com.phronemophobic/viscous "1.3.3"]
3434
```
3535

3636
## Programmatic Usage
@@ -56,7 +56,7 @@ Create an alias for viscous
5656
```
5757
```clojure
5858
:viscous
59-
{:replace-deps {com.phronemophobic/viscous {:mvn/version "1.3.2"}
59+
{:replace-deps {com.phronemophobic/viscous {:mvn/version "1.3.3"}
6060
org.clojure/data.json {:mvn/version "2.4.0"}}
6161
:exec-fn com.phronemophobic.viscous.cli/main}
6262
```

0 commit comments

Comments
 (0)