Skip to content

Commit 56d0465

Browse files
committed
Update version in project.clj
1 parent 6a20e9f commit 56d0465

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
rt (r/release-tag (r/commit-count-version v cc))]
2626
(replace-version "README.md" v cc)
2727
(replace-version "project.clj" v cc)
28-
(shell "git add README.md")
28+
(shell "git add README.md project.clj")
2929
(shell "git commit -m 'Bump version in README'")
3030
(shell "git push"))
3131
(r/release!))

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.martinklepsch/clj-http-lite "0.4.3"
1+
(defproject org.martinklepsch/clj-http-lite "0.4.277"
22
:description "A Clojure HTTP library similar to clj-http, but more lightweight."
33
:url "https://github.com/martinklepsch/clj-http-lite/"
44
:license {:name "MIT"

0 commit comments

Comments
 (0)