Skip to content

Commit

Permalink
Prepare for release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan committed Jan 22, 2024
1 parent f221931 commit b300161
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/swark-0.1.0.pom.asc
/.clj-kondo/
/.lsp/
*.asc
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SWiss ARmy Knife - Your everyday clojure toolbelt!
### Clojure CLI/deps.edn

Add this dependency to the :deps map in deps.edn
`org.clojars.stanv/swark {:mvn/version "0.1.1"}`
`org.clojars.stanv/swark {:mvn/version "0.1.2"}`

Require swark.core in your ns form:
`(:require [swark.core :as swark])`
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
:exec-fn deps-deploy.deps-deploy/deploy
:exec-args {:installer :remote
:sign-releases? true
:artifact "swark-0.1.1.jar"}}
:artifact "swark-0.1.2.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.1.jar"}}
:artifact "swark-0.1.2.jar"}}

;; build an uberjar (application) with AOT compilation by default:
:uberjar {:replace-deps {com.github.seancorfield/depstar {:mvn/version "2.1.303"}}
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.1</version>
<version>0.1.2</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>RELEASE-v0.1.1</tag>
<tag>RELEASE-v0.1.2</tag>
</scm>
<licenses>
<license>
Expand Down
Binary file removed swark-0.1.0.jar
Binary file not shown.
Binary file renamed swark-0.1.1.jar → swark-0.1.2.jar
Binary file not shown.

0 comments on commit b300161

Please sign in to comment.