8000 Version bump should be on patch and not on minor · AppsFlyer/unleash-client-clojure@94e9f0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 94e9f0b

Browse files
author
asaf.chelouche
committed
Version bump should be on patch and not on minor
1 parent 8e397ac commit 94e9f0b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

project.clj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
(defproject unleash-client-clojure "0.3.0"
1+
(defproject unleash-client-clojure "0.2.1"
22
:description "A Clojure library wrapping https://github.com/Unleash/unleash-client-java"
33
:url "https://github.com/AppsFlyer/unleash-client-clojure"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
5-
:url "https://www.eclipse.org/legal/epl-2.0/"}
5+
:url "https://www.eclipse.org/legal/epl-2.0/"}
66
:dependencies [[no.finn.unleash/unleash-client-java "3.3.3"]]
77
:profiles {:dev {:dependencies [[org.clojure/clojure "1.10.1"]
88
[clj-kondo "RELEASE"]
99
[org.apache.logging.log4j/log4j-core "2.11.2"]]
10-
:aliases {"clj-kondo" ["run" "-m" "clj-kondo.main"]
11-
"lint" ["run" "-m" "clj-kondo.main" "--lint" "src" "test"]}
12-
:plugins [[lein-ancient "0.6.15"]
10+
:aliases {"clj-kondo" ["run" "-m" "clj-kondo.main"]
11+
"lint" ["run" "-m" "clj-kondo.main" "--lint" "src" "test"]}
12+
:plugins [[lein-ancient "0.6.15"]
1313
[lein-cloverage "1.2.0"]]
14-
:global-vars {*warn-on-reflection* true}}})
14+
:global-vars {*warn-on-reflection* true}}})

0 commit comments

Comments
 (0)
0