Skip to content

Commit

Permalink
Bump jet: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Jul 30, 2024
1 parent 35c2c06 commit 67ded21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Eask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(package "jet" "1.1.1" "Emacs integration for jet Clojure tool")
(package "jet" "1.2.0" "Emacs integration for jet Clojure tool")
(website-url "https://github.com/ericdallo/jet.el")
(keywords "tools")

Expand Down
4 changes: 2 additions & 2 deletions jet.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Eric Dallo <[email protected]>
;; Maintainer: Eric Dallo <[email protected]>
;; Created: january 24, 2023
;; Version: 1.1.1
;; Version: 1.2.0
;; Keywords: tools
;; Homepage: https://github.com/ericdallo/jet.el
;; Package-Requires: ((emacs "27.1") (transient "0.3.7"))
Expand Down Expand Up @@ -49,7 +49,7 @@
:group 'jet
:type 'string)

(defvar jet-version-string "1.1.1")
(defvar jet-version-string "1.2.0")

(defvar jet-output-buffer-name "*jet output*")

Expand Down

0 comments on commit 67ded21

Please sign in to comment.