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 af655d2 commit 138fae5Copy full SHA for 138fae5
emacsql.el
@@ -6,7 +6,7 @@
6
;; Maintainer: Jonas Bernoulli <emacs.emacsql@jonas.bernoulli.dev>
7
;; Homepage: https://github.com/magit/emacsql
8
9
-;; Package-Version: 4.3.2
+;; Package-Version: 4.3.3
10
;; Package-Requires: ((emacs "26.1"))
11
12
;; SPDX-License-Identifier: Unlicense
@@ -37,7 +37,7 @@
37
"The EmacSQL SQL database front-end."
38
:group 'comm)
39
40
-(defconst emacsql-version "4.3.2")
+(defconst emacsql-version "4.3.3")
41
42
(defvar emacsql-global-timeout 30
43
"Maximum number of seconds to wait before bailing out on a SQL command.
0 commit comments