Skip to content

Commit

Permalink
Release alpha2
Browse files Browse the repository at this point in the history
This is alpha1 but we need a new release

because there was a bad release version
  • Loading branch information
TimoKramer committed Oct 16, 2020
1 parent 19f766f commit 8db22d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject io.replikativ/konserve "0.6.0-alpha1"
(defproject io.replikativ/konserve "0.6.0-alpha2"
:description "Durable cross-platform key-value store protocol with core.async."
:url "http://github.com/replikativ/konserve"
:license {:name "Eclipse Public License"
Expand Down Expand Up @@ -39,14 +39,14 @@
; :cljsbuild {}
#_{
;:test-commands {"unit-tests" ["node" "target/unit-tests.js"]}
:builds
{:tests
{:source-paths ["src" "test"]
:notify-command ["node" "target/unit-tests.js"]
:compiler {:output-to "target/unit-tests.js"
:optimizations :none
:target :nodejs
:main konserve.konserve-test}}}}
:builds
{:tests
{:source-paths ["src" "test"]
:notify-command ["node" "target/unit-tests.js"]
:compiler {:output-to "target/unit-tests.js"
:optimizations :none
:target :nodejs
:main konserve.konserve-test}}}}
:deploy-repositories
[["clojars"
{:url "https://clojars.org/repo"
Expand Down

0 comments on commit 8db22d8

Please sign in to comment.