branch: elpa/emacsql commit c1a44076c0e44d5730b67b13c0e741f66f52fc85 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Release version 3.1.1 --- emacsql-mysql.el | 4 ++-- emacsql-pg.el | 4 ++-- emacsql-psql.el | 4 ++-- emacsql-sqlite.el | 4 ++-- emacsql.el | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/emacsql-mysql.el b/emacsql-mysql.el index 6003689b29..75cca82422 100644 --- a/emacsql-mysql.el +++ b/emacsql-mysql.el @@ -6,8 +6,8 @@ ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/emacsql -;; Package-Version: 3.0.0-git -;; Package-Requires: ((emacs "25.1") (emacsql "3.0.0")) +;; Package-Version: 3.1.1 +;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1")) ;; SPDX-License-Identifier: Unlicense ;;; Commentary: diff --git a/emacsql-pg.el b/emacsql-pg.el index afb188d368..13c437eca3 100644 --- a/emacsql-pg.el +++ b/emacsql-pg.el @@ -6,8 +6,8 @@ ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/emacsql -;; Package-Version: 3.0.0-git -;; Package-Requires: ((emacs "25.1") (emacsql "3.0.0") (pg "0.16")) +;; Package-Version: 3.1.1 +;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1") (pg "0.16")) ;; SPDX-License-Identifier: Unlicense ;;; Commentary: diff --git a/emacsql-psql.el b/emacsql-psql.el index e76140583d..bf8efd4a67 100644 --- a/emacsql-psql.el +++ b/emacsql-psql.el @@ -5,8 +5,8 @@ ;; Author: Christopher Wellons <well...@nullprogram.com> ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/emacsql -;; Version: 3.0.0-git -;; Package-Requires: ((emacs "25.1") (emacsql "2.0.0")) +;; Package-Version: 3.1.1 +;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1")) ;; SPDX-License-Identifier: Unlicense ;;; Commentary: diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el index 0a40ef0e44..81422dc538 100644 --- a/emacsql-sqlite.el +++ b/emacsql-sqlite.el @@ -6,8 +6,8 @@ ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/emacsql -;; Package-Version: 3.0.0-git -;; Package-Requires: ((emacs "25.1") (emacsql "3.0.0")) +;; Package-Version: 3.1.1 +;; Package-Requires: ((emacs "25.1") (emacsql "3.1.1")) ;; SPDX-License-Identifier: Unlicense ;;; Commentary: diff --git a/emacsql.el b/emacsql.el index fdc57788dd..7a0ffcf46a 100644 --- a/emacsql.el +++ b/emacsql.el @@ -6,7 +6,7 @@ ;; Maintainer: Jonas Bernoulli <jo...@bernoul.li> ;; Homepage: https://github.com/magit/emacsql -;; Package-Version: 3.1.0-git +;; Package-Version: 3.1.1 ;; Package-Requires: ((emacs "25.1")) ;; SPDX-License-Identifier: Unlicense @@ -72,7 +72,7 @@ "The EmacSQL SQL database front-end." :group 'comm) -(defconst emacsql-version "3.0.0") +(defconst emacsql-version "3.1.1") (defvar emacsql-global-timeout 30 "Maximum number of seconds to wait before bailing out on a SQL command.