We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7274354 commit d6529f0Copy full SHA for d6529f0
emacsql.el
@@ -6,7 +6,7 @@
6
;; Maintainer: Jonas Bernoulli <[email protected]>
7
;; Homepage: https://github.com/magit/emacsql
8
9
-;; Package-Version: 4.0.3
+;; Package-Version: 4.1.0
10
;; Package-Requires: ((emacs "26.1"))
11
12
;; SPDX-License-Identifier: Unlicense
@@ -32,7 +32,7 @@
32
"The EmacSQL SQL database front-end."
33
:group 'comm)
34
35
-(defconst emacsql-version "4.0.3")
+(defconst emacsql-version "4.1.0")
36
37
(defvar emacsql-global-timeout 30
38
"Maximum number of seconds to wait before bailing out on a SQL command.
0 commit comments