branch: elpa/flx commit 7fce6a4cdb65ac1b52e2b409ba548767581ce34c Author: PythonNut <python...@users.noreply.github.com> Commit: PythonNut <python...@users.noreply.github.com>
Bump version --- flx-ido.el | 4 ++-- flx.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flx-ido.el b/flx-ido.el index a4d971d640..0cb93a32d7 100644 --- a/flx-ido.el +++ b/flx-ido.el @@ -1,12 +1,12 @@ ;;; flx-ido.el --- flx integration for ido -;; Copyright © 2013 Le Wang +;; Copyright © 2013, 2015 Le Wang ;; Author: Le Wang ;; Maintainer: Le Wang ;; Description: flx integration for ido ;; Created: Sun Apr 21 20:38:36 2013 (+0800) -;; Version: 0.5 +;; Version: 0.6.1 ;; URL: https://github.com/lewang/flx ;; Package-Requires: ((flx "0.1") (cl-lib "0.3")) diff --git a/flx.el b/flx.el index e2c47ea5b4..874ce5bdcb 100644 --- a/flx.el +++ b/flx.el @@ -1,12 +1,12 @@ ;;; flx.el --- fuzzy matching with good sorting -;; Copyright © 2013 Le Wang +;; Copyright © 2013, 2015 Le Wang ;; Author: Le Wang ;; Maintainer: Le Wang ;; Description: fuzzy matching with good sorting ;; Created: Wed Apr 17 01:01:41 2013 (+0800) -;; Version: 0.6 +;; Version: 0.6.1 ;; Package-Requires: ((cl-lib "0.3")) ;; URL: https://github.com/lewang/flx