We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1c80d commit 3e66df5Copy full SHA for 3e66df5
project.clj
@@ -1,4 +1,5 @@
1
-(defproject org.clj-commons/ring-gzip-middleware (or (System/getenv "PROJECT_VERSION") "0.15")
+(defproject org.clj-commons/ring-gzip-middleware
2
+ (or (System/getenv "PROJECT_VERSION") "0.1.5")
3
:url "https://github.com/clj-commons/ring-gzip-middleware"
4
:description "Ring gzip encoding middleware"
5
:dependencies [[org.clojure/clojure "1.9.0"]]
@@ -11,7 +12,7 @@
11
12
:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}}
13
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
14
:username :env/clojars_username
- :password :env/clojars_password
15
+ :password :env/clojars_org_clj_commons_password
16
:sign-releases true}]]
17
:aliases {"all" ["with-profile" "1.6:1.7:1.8:1.9:1.10:1.11:1.12"]}
18
:min-lein-version "2.0.0")
0 commit comments