branch: scratch/editorconfig-cc
commit 7b99e4d58cd0f08ba3f52bbade3c2ec04a50d54a
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Bump version to 0.7.14 (#185)
---
 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 9d396f185d..a9a52edcea 100644
--- a/editorconfig-core.el
+++ b/editorconfig-core.el
@@ -71,7 +71,7 @@
 
 
 (defconst editorconfig-core-version
-  "0.7.13"
+  "0.7.14"
   "EditorConfig core version.")
 
 (defun editorconfig-core--remove-duplicate (alist)
diff --git a/editorconfig.el b/editorconfig.el
index a3690589ea..cee7392b79 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.13
+;; Version: 0.7.14
 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
 ;; Package-Requires: ((cl-lib "0.5"))
 

Reply via email to