Skip to content

Commit

Permalink
Bump jet: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Feb 13, 2023
1 parent f4d34b0 commit 90fcdec
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" "0.1.0" "Emacs integration for jet Clojure tool")
(package "jet" "1.0.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: 0.1.0
;; Version: 1.0.0
;; Keywords: tools
;; Homepage: https://github.com/ericdallo/jet.el
;; Package-Requires: ((emacs "27.1") (transient "0.3.7"))
Expand Down Expand Up @@ -44,7 +44,7 @@
:group 'jet
:type 'number)

(defvar jet-version-string "0.1.0")
(defvar jet-version-string "1.0.0")

(defvar jet-output-buffer-name "*jet output*")
(defvar jet-error-buffer-name "*jet error*")
Expand Down

0 comments on commit 90fcdec

Please sign in to comment.