From ed760770ed5397120b3d68b69afc0778c48d3a47 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 19 May 2023 17:28:11 +0900 Subject: [PATCH] Prepare v0.10.1 (#307) --- Eask | 2 +- editorconfig.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Eask b/Eask index 79ee16b7..54b22e07 100644 --- a/Eask +++ b/Eask @@ -1,5 +1,5 @@ (package "editorconfig" - "0.10.0" + "0.10.1" "EditorConfig Emacs Plugin") (website-url "https://github.com/editorconfig/editorconfig-emacs#readme") diff --git a/editorconfig.el b/editorconfig.el index 5006e792..365bd965 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2023 EditorConfig Team ;; Author: EditorConfig Team -;; Version: 0.10.0 +;; Version: 0.10.1 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((emacs "26.1") (nadvice "0.3")) ;; Keywords: convenience editorconfig