Skip to content

Commit 9dae396

Browse files
committed
set version to 0.1.5
1 parent 5fa7f55 commit 9dae396

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject mobdap "0.1.4"
1+
(defproject mobdap "0.1.5"
22
:description "Debug adapter implementation for Lua / MobDap"
33
:url "https://github.com/atomicptr/mobdap"
44
:license {:name "GPL-3.0-or-later" :url "https://www.gnu.org/licenses/gpl-3.0.en.html"}

src/mobdap/main.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
(println)
2424
(println (:summary result)))
2525

26-
(def ^:private mobdap-version "0.1.4")
26+
(def ^:private mobdap-version "0.1.5")
2727

2828
(defn -main [& args]
2929
(let [res (parse-opts args cli-options)]

0 commit comments

Comments
 (0)