branch: elpa/emacsql commit 9cf4e267cc45e5ca70a924f786cf36ac8bd24f80 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Bump up to version 1.0.2. --- emacsql.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacsql.el b/emacsql.el index 3ffabadad0..152d2ed732 100644 --- a/emacsql.el +++ b/emacsql.el @@ -4,7 +4,7 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; URL: https://github.com/skeeto/emacsql -;; Version: 1.0.1 +;; Version: 1.0.2 ;; Package-Requires: ((emacs "24.3") (cl-lib "0.3") (finalize "1.0.0")) ;;; Commentary: @@ -76,7 +76,7 @@ "The EmacSQL SQL database front-end." :group 'comm) -(defvar emacsql-version "1.0.1") +(defvar emacsql-version "1.0.2") (defvar emacsql-global-timeout 30 "Maximum number of seconds to wait before bailing out on a SQL command.