Skip to content

Commit

Permalink
Prepare for release v0.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan committed Jun 25, 2024
1 parent 3399729 commit 716097d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Most functionality *should* work in both Clojure and Clojurescript.

Add this dependency to the :deps map in deps.edn:

```org.clojars.stanv/swark {:mvn/version "0.1.5"}```
```org.clojars.stanv/swark {:mvn/version "0.1.51"}```

Require swark.core in your ns form:

Expand Down Expand Up @@ -131,7 +131,7 @@ Or create a repl from your editor, e.g. from emacs; `cider-jack-in-clj`

### Jar creation

Create an uberjar with `clj -X:uberjar :jar swark-0.1.5.jar`
Create an uberjar with `clj -X:uberjar :jar swark-0.1.51.jar`

### Local installation

Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
:exec-fn deps-deploy.deps-deploy/deploy
:exec-args {:installer :remote
:sign-releases? true
:artifact "swark-0.1.5.jar"}}
:artifact "swark-0.1.51.jar"}}
:install
{:extra-deps {slipset/deps-deploy {:mvn/version "0.2.2"}}
:exec-fn deps-deploy.deps-deploy/deploy
:exec-args {:installer :local
:artifact "swark-0.1.5.jar"}}
:artifact "swark-0.1.51.jar"}}

#_#_:build {:extra-paths ["build"]
:deps {io.github.seancorfield/build-clj {:git/tag "v0.8.0" :git/sha "9bd8b8a"}}
Expand Down
Binary file removed swark-0.1.41.jar
Binary file not shown.
Binary file removed swark-0.1.5.jar
Binary file not shown.
Binary file renamed swark-0.1.42.jar → swark-0.1.51.jar
Binary file not shown.

0 comments on commit 716097d

Please sign in to comment.