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 5fa7f55 commit 9dae396Copy full SHA for 9dae396
project.clj
@@ -1,4 +1,4 @@
1
-(defproject mobdap "0.1.4"
+(defproject mobdap "0.1.5"
2
:description "Debug adapter implementation for Lua / MobDap"
3
:url "https://github.com/atomicptr/mobdap"
4
:license {:name "GPL-3.0-or-later" :url "https://www.gnu.org/licenses/gpl-3.0.en.html"}
src/mobdap/main.clj
@@ -23,7 +23,7 @@
23
(println)
24
(println (:summary result)))
25
26
-(def ^:private mobdap-version "0.1.4")
+(def ^:private mobdap-version "0.1.5")
27
28
(defn -main [& args]
29
(let [res (parse-opts args cli-options)]
0 commit comments