Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JAR_VERSION := 0.4.2
JAR_VERSION := 0.5.0
JAR_NAME := clel-$(JAR_VERSION).jar
TARGET_JAR := target/$(JAR_NAME)
INSTALL_DIR := $(HOME)/.local/lib
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.5.0
2 changes: 1 addition & 1 deletion resources/clojure-elisp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.5.0
2 changes: 1 addition & 1 deletion resources/clojure-elisp/cider-clojure-elisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Author: Pedro G. Branquinho <pedrogbranquinho@gmail.com>
;; Maintainer: Pedro G. Branquinho <pedrogbranquinho@gmail.com>
;; URL: https://github.com/BuddhiLW/clojure-elisp
;; Version: 0.4.2
;; Version: 0.5.0
;; Package-Requires: ((emacs "28.1") (cider "1.0"))
;; Keywords: languages, lisp, clojure
;; SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion resources/clojure-elisp/clojure-elisp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Author: Pedro G. Branquinho <pedrogbranquinho@gmail.com>
;; Maintainer: Pedro G. Branquinho <pedrogbranquinho@gmail.com>
;; URL: https://github.com/BuddhiLW/clojure-elisp
;; Version: 0.4.2
;; Version: 0.5.0
;; Package-Requires: ((emacs "28.1") (clojure-mode "5.0"))
;; Keywords: languages, lisp, clojure
;; SPDX-License-Identifier: MIT
Expand Down
2 changes: 1 addition & 1 deletion resources/clojure-elisp/clojure-elisp-runtime.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;; Author: Pedro G. Branquinho <pedrogbranquinho@gmail.com>
;; Maintainer: Pedro G. Branquinho <pedrogbranquinho@gmail.com>
;; URL: https://github.com/BuddhiLW/clojure-elisp
;; Version: 0.4.2
;; Version: 0.5.0
;; Package-Requires: ((emacs "28.1"))
;; Keywords: languages, lisp, clojure
;; SPDX-License-Identifier: MIT
Expand Down
Loading