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 540885d commit 0769935Copy full SHA for 0769935
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.1
+;; Package-Version: 4.0.2
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.1")
+(defconst emacsql-version "4.0.2")
36
37
(defvar emacsql-global-timeout 30
38
"Maximum number of seconds to wait before bailing out on a SQL command.
0 commit comments