branch: elpa/emacsql commit 176cf10063a158a114f2308f0ec0aea299ad5d24 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Bump to 2.0.1. Fixes #20. --- emacsql.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacsql.el b/emacsql.el index 04162ee0d2..33402820d2 100644 --- a/emacsql.el +++ b/emacsql.el @@ -4,7 +4,7 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; URL: https://github.com/skeeto/emacsql -;; Version: 2.0.0 +;; Version: 2.0.1 ;; Package-Requires: ((emacs "24.3") (cl-lib "0.3") (finalize "1.0.0")) ;;; Commentary: @@ -69,7 +69,7 @@ "The EmacSQL SQL database front-end." :group 'comm) -(defvar emacsql-version "2.0.0") +(defvar emacsql-version "2.0.1") (defvar emacsql-global-timeout 30 "Maximum number of seconds to wait before bailing out on a SQL command.