Skip to content

Commit b93e761

Browse files
author
tianshu
committed
bump version
1 parent 020b70f commit b93e761

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ get_context(emacs_env *env, ptrdiff_t nargs, emacs_value *args, void *data) {
294294

295295
emacs_value
296296
version(emacs_env *env, ptrdiff_t nargs, emacs_value *args, void *data) {
297-
return STRING("1.0.4");
297+
return STRING("1.0.5");
298298
}
299299

300300

rime.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Author: Shi Tianshu
44
;; Keywords: convenience, input-method
55
;; Package-Requires: ((emacs "26.3") (dash "2.17.0") (cl-lib "0.6.1") (popup "0.5.3") (posframe "0.1.0"))
6-
;; Version: 1.0.2
6+
;; Version: 1.0.5
77
;; URL: https://www.github.com/DogLooksGood/emacs-rime
88
;;
99
;; This file is not part of GNU Emacs.
@@ -138,7 +138,7 @@
138138
(require 'popup nil t)
139139
(require 'posframe nil t)
140140

141-
(defconst rime-version "1.0.4")
141+
(defconst rime-version "1.0.5")
142142

143143
(defgroup rime nil
144144
"Custom group for emacs-rime."

0 commit comments

Comments
 (0)