branch: scratch/editorconfig-cc commit 4615e1b66b3466a8f016dc24d9bd2a91c3eac1bb Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Bump version to 0.7.6 --- editorconfig-core.el | 2 +- editorconfig.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editorconfig-core.el b/editorconfig-core.el index e067ecbc78..a1abb1b5a8 100644 --- a/editorconfig-core.el +++ b/editorconfig-core.el @@ -69,7 +69,7 @@ (defconst editorconfig-core-version - "0.7.5" + "0.7.6" "EditorConfig core version.") (defun editorconfig-core--remove-duplicate (alist) diff --git a/editorconfig.el b/editorconfig.el index e7a67c3aac..73834e6bc5 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2016 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.5 +;; Version: 0.7.6 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((cl-lib "0.5"))