Skip to content

Commit

Permalink
Bumped the version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoka committed May 25, 2023
1 parent b2d7ca2 commit 8e799eb
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 @@ -3,7 +3,7 @@
;; Copyright (C) 2023 Kiyoka Nishiyama
;;
;; Author: Kiyoka Nishiyama <[email protected]>
;; Version: 1.6.1
;; Version: 1.6.2
;; 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 @@ -1511,7 +1511,7 @@ point から行頭方向に同種の文字列が続く間を漢字変換しま


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

0 comments on commit 8e799eb

Please sign in to comment.