branch: scratch/editorconfig-cc commit 0eb5e1d36471e4dd8d3299d1a53b641112993908 Author: 10sr <8.slas...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Bump version to 0.7.12 --- 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 a94dbdb11e..3687882ff8 100644 --- a/editorconfig-core.el +++ b/editorconfig-core.el @@ -71,7 +71,7 @@ (defconst editorconfig-core-version - "0.7.11" + "0.7.12" "EditorConfig core version.") (defun editorconfig-core--remove-duplicate (alist) diff --git a/editorconfig.el b/editorconfig.el index 5564d18a34..3cbca99f00 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2017 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.11 +;; Version: 0.7.12 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((cl-lib "0.5"))