Skip to content

Commit

Permalink
Release 0.1.0-ea17
Browse files Browse the repository at this point in the history
  • Loading branch information
vlaaad committed May 24, 2020
1 parent 3b27f1a commit 21b7b3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,20 @@ with 0 arguments to close the window and dispose it.
#### As a repl in a shell

```sh
clj -Sdeps '{:deps {vlaaad/reveal {:mvn/version "0.1.0-ea16"}}}' -m vlaaad.reveal.repl
clj -Sdeps '{:deps {vlaaad/reveal {:mvn/version "0.1.0-ea17"}}}' -m vlaaad.reveal.repl
```

#### As a repl in a shell with prepl backend

```sh
clj -Sdeps '{:deps {vlaaad/reveal {:mvn/version "0.1.0-ea16"}}}' -m vlaaad.reveal.prepl
clj -Sdeps '{:deps {vlaaad/reveal {:mvn/version "0.1.0-ea17"}}}' -m vlaaad.reveal.prepl
```

#### As a nrepl middleware in a shell

```sh
clj \
-Sdeps '{:deps {vlaaad/reveal {:mvn/version "0.1.0-ea16"} nrepl {:mvn/version "0.6.0"}}}' \
-Sdeps '{:deps {vlaaad/reveal {:mvn/version "0.1.0-ea17"} nrepl {:mvn/version "0.6.0"}}}' \
-m nrepl.cmdline --middleware '[vlaaad.reveal.nrepl/middleware]'
```

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>vlaaad</groupId>
<artifactId>reveal</artifactId>
<version>0.1.0-ea16</version>
<version>0.1.0-ea17</version>
<name>reveal</name>
<dependencies>
<dependency>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>cljfx</groupId>
<artifactId>cljfx</artifactId>
<version>1.6.2</version>
<version>1.7.3</version>
</dependency>
<dependency>
<groupId>cljfx</groupId>
Expand All @@ -33,6 +33,6 @@
</repositories>
<scm>
<url>https://github.com/vlaaad/reveal</url>
<tag>0.1.0-ea16</tag>
<tag>0.1.0-ea17</tag>
</scm>
</project>

0 comments on commit 21b7b3b

Please sign in to comment.