diff --git a/editorconfig-core.el b/editorconfig-core.el index bbdebf20..a94dbdb1 100644 --- a/editorconfig-core.el +++ b/editorconfig-core.el @@ -71,7 +71,7 @@ (defconst editorconfig-core-version - "0.7.10" + "0.7.11" "EditorConfig core version.") (defun editorconfig-core--remove-duplicate (alist) diff --git a/editorconfig.el b/editorconfig.el index 3d9e883a..a2174089 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2017 EditorConfig Team ;; Author: EditorConfig Team -;; Version: 0.7.10 +;; Version: 0.7.11 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((cl-lib "0.5"))