We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a20e9f commit 56d0465Copy full SHA for 56d0465
bb.edn
@@ -25,7 +25,7 @@
25
rt (r/release-tag (r/commit-count-version v cc))]
26
(replace-version "README.md" v cc)
27
(replace-version "project.clj" v cc)
28
- (shell "git add README.md")
+ (shell "git add README.md project.clj")
29
(shell "git commit -m 'Bump version in README'")
30
(shell "git push"))
31
(r/release!))
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.martinklepsch/clj-http-lite "0.4.3"
+(defproject org.martinklepsch/clj-http-lite "0.4.277"
2
:description "A Clojure HTTP library similar to clj-http, but more lightweight."
3
:url "https://github.com/martinklepsch/clj-http-lite/"
4
:license {:name "MIT"
0 commit comments