branch: elpa/emacsql
commit e5f0928a047dba8e3a00b6333400422b301bac35
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Release version 4.0.1
---
 emacsql.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacsql.el b/emacsql.el
index f0fbabc402..af1c94c6f5 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Jonas Bernoulli <emacs.emac...@jonas.bernoulli.dev>
 ;; Homepage: https://github.com/magit/emacsql
 
-;; Package-Version: 4.0.0
+;; Package-Version: 4.0.1
 ;; Package-Requires: ((emacs "25.1"))
 
 ;; SPDX-License-Identifier: Unlicense
@@ -32,7 +32,7 @@
   "The EmacSQL SQL database front-end."
   :group 'comm)
 
-(defconst emacsql-version "4.0.0")
+(defconst emacsql-version "4.0.1")
 
 (defvar emacsql-global-timeout 30
   "Maximum number of seconds to wait before bailing out on a SQL command.

Reply via email to