From 9f5ad4a20e6bf893491635108adfff71f3c6b590 Mon Sep 17 00:00:00 2001 From: ptrv Date: Wed, 29 Mar 2017 23:29:48 +0200 Subject: [PATCH] Release version 1.1 --- CHANGES.md | 2 +- ycmd.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6342bc8..8365f6b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -# 1.1 (unreleased) +# 1.1 (Mar 29, 2017) * Show message for unhandled exceptions in minibuffer * Fix `ycmd--conditional-parse`'s current-buffer context for some cases (GoTo) diff --git a/ycmd.el b/ycmd.el index ca94be7..aaecb14 100644 --- a/ycmd.el +++ b/ycmd.el @@ -4,7 +4,7 @@ ;; ;; Authors: Austin Bingham ;; Peter Vasil -;; Version: 1.1-cvs +;; Version: 1.1 ;; URL: https://github.com/abingham/emacs-ycmd ;; Package-Requires: ((emacs "24.3") (dash "2.12.1") (s "1.10.0") (deferred "0.3.2") (cl-lib "0.5") (let-alist "1.0.4") (request "0.2.0") (request-deferred "0.2.0") (pkg-info "0.4")) ;;