diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c2ff82..91982be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: emacs_version: [24.3, 24.4, 24.5, 25.1, 25.2, 25.3, 26.1, 26.2, 26.3, - 27.1, 27.2, 28.1, 28.2, 29.1] + 27.1, 27.2, 28.1, 28.2, 29.1, 29.2] # Due to this package not following proper namespace conventions (using # "/" instead of "--" for namespace separator), package-lint spits out a # bunch of errors. So check everything else from the melpa check. diff --git a/benchmark-init.el b/benchmark-init.el index 23a5cad..ad5dc7a 100644 --- a/benchmark-init.el +++ b/benchmark-init.el @@ -7,7 +7,7 @@ ;; Maintainer: David Holm ;; Created: 25 Apr 2013 ;; Keywords: convenience benchmark -;; Version: 1.1 +;; Version: 1.2 ;; URL: https://github.com/dholm/benchmark-init-el ;; Package-Requires: ((emacs "24.3"))