From 6fea6eb2a1841d163acdeb5d9d59e51a5d7f61c4 Mon Sep 17 00:00:00 2001 From: Geoff Greer Date: Tue, 21 Jun 2016 13:22:46 -0700 Subject: [PATCH] Bump version. --- floobits.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/floobits.el b/floobits.el index 494437c..0e51862 100644 --- a/floobits.el +++ b/floobits.el @@ -9,7 +9,7 @@ ;; Geoff Greer ;; Keywords: comm, tools ;; Package-Requires: ((json "1.2") (highlight "0")) -;; Package-Version: 1.7.1 +;; Package-Version: 1.7.2 ;; URL: http://github.com/Floobits/floobits-emacs ;; Version: 24.0 ;; @@ -69,7 +69,7 @@ ;; TODO: figure out why we increased max-specpdl-size (setq max-specpdl-size 1500) -(defconst floobits-version "1.7.1" "Floobits Plugin Version") +(defconst floobits-version "1.7.2" "Floobits Plugin Version") (defvar floobits-debug nil) (defvar floobits-agent-host "127.0.0.1")