Skip to content

Commit

Permalink
Set version to 11.0.664
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed May 20, 2023
1 parent f6cab38 commit 5a46b43
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog #

## Version 11.0.xx
## Version 11.0.664

**Important Notice**

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Here you can look a detailed [documentation][1].
deps.edn:

```clojure
funcool/promesa {:mvn/version "10.0.594"}
funcool/promesa {:mvn/version "11.0.664"}
```

Leiningen:

```clojure
[funcool/promesa "10.0.594"]
[funcool/promesa "11.0.664"]
```

## On the REPL
Expand Down
3 changes: 1 addition & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[cljs.build.api :as api]))

(def lib 'funcool/promesa)
(def version (format "10.0.%s" (b/git-count-revs nil)))
(def version (format "11.0.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file (format "target/%s-%s.jar" (name lib) version))
Expand All @@ -29,7 +29,6 @@
{:class-dir class-dir
:jar-file jar-file}))


(defn compile [_]
(b/javac {:src-dirs ["src"]
:class-dir class-dir
Expand Down
9 changes: 6 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
org.clojure/core.async {:mvn/version "1.6.673"}
criterium/criterium {:mvn/version "RELEASE"}
thheller/shadow-cljs {:mvn/version "RELEASE"}}
:extra-paths ["test" "dev" "src"]},
:extra-paths ["test" "dev" "src"]}

:repl
{:main-opts ["-m" "rebel-readline.main"]}
Expand All @@ -21,7 +21,6 @@
:extra-deps
{io.github.cognitect-labs/test-runner
{:git/tag "v0.5.1" :git/sha "dfb30dd"}}
;; :main-opts ["-m" "cognitect.test-runner"]
:exec-fn cognitect.test-runner.api/test
:exec-args {:patterns [".*-test.*"]}}

Expand All @@ -31,8 +30,12 @@
org.clojure/tools.reader {:mvn/version "RELEASE"}
codox-theme-rdash/codox-theme-rdash {:mvn/version "RELEASE"}}}


:build
{:extra-deps {io.github.clojure/tools.build {:git/tag "v0.8.3" :git/sha "0d20256"}}
{:extra-deps
{io.github.clojure/tools.build {:git/tag "v0.9.3" :git/sha "e537cd1"}
org.clojure/clojurescript {:mvn/version "RELEASE"}
org.clojure/tools.deps.alpha {:mvn/version "RELEASE"}}
:ns-default build}

:outdated
Expand Down

0 comments on commit 5a46b43

Please sign in to comment.