Skip to content

Commit

Permalink
Prepare for release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan committed May 29, 2024
1 parent 684224d commit 2a707df
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 43 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.42"}```
```org.clojars.stanv/swark {:mvn/version "0.1.5"}```

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.42.jar`
Create an uberjar with `clj -X:uberjar :jar swark-0.1.5.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.42.jar"}}
:artifact "swark-0.1.5.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.42.jar"}}
:artifact "swark-0.1.5.jar"}}

#_#_:build {:extra-paths ["build"]
:deps {io.github.seancorfield/build-clj {:git/tag "v0.8.0" :git/sha "9bd8b8a"}}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>org.clojars.stanv</groupId>
<artifactId>swark</artifactId>
<version>0.1.42</version>
<version>0.1.5</version>
<name>swark</name>
<dependencies>
<dependency>
Expand All @@ -26,7 +26,7 @@
<url>https://github.com/verberktstan/swark</url>
<connection>scm:git:git://github.com/verberktstan/swark.git</connection>
<developerConnection>scm:git:ssh://[email protected]/verberktstan/swark.git</developerConnection>
<tag>v0.1.42</tag>
<tag>v0.1.5</tag>
</scm>
<licenses>
<license>
Expand Down
37 changes: 0 additions & 37 deletions swark-0.1.42.pom

This file was deleted.

Binary file added swark-0.1.5.jar
Binary file not shown.

0 comments on commit 2a707df

Please sign in to comment.