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 ed5a80e commit e5f0928Copy full SHA for e5f0928
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.0
+;; Package-Version: 4.0.1
10
;; Package-Requires: ((emacs "25.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.0")
+(defconst emacsql-version "4.0.1")
36
37
(defvar emacsql-global-timeout 30
38
"Maximum number of seconds to wait before bailing out on a SQL command.
0 commit comments