Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoka committed Oct 19, 2023
1 parent bc27adf commit d6bbc65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/sumibi.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Copyright (C) 2023 Kiyoka Nishiyama
;;
;; Author: Kiyoka Nishiyama <[email protected]>
;; Version: 1.9.0
;; Version: 2.0.0
;; Keywords: lisp, ime, japanese
;; Package-Requires: ((emacs "28.1") (popup "0.5.9") (unicode-escape "1.1") (deferred "0.5.1"))
;; URL: https://github.com/kiyoka/Sumibi
Expand Down Expand Up @@ -1619,7 +1619,7 @@ point から行頭方向に同種の文字列が続く間を漢字変換しま


(defconst sumibi-version
"1.9.0" ;;SUMIBI-VERSION
"2.0.0" ;;SUMIBI-VERSION
)
(defun sumibi-version (&optional _arg)
"Sumibiのバージョン番号をミニバッファに表示する.
Expand Down

0 comments on commit d6bbc65

Please sign in to comment.