From 5f7a2026bc32d33deb324d6d006282ae54a44ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saulius=20Menkevi=C4=8Dius?= Date: Sun, 13 Aug 2017 12:00:18 -0600 Subject: [PATCH] omnisharp.el: update version to 4.1 --- omnisharp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omnisharp.el b/omnisharp.el index 6e0e8ace..3963054e 100644 --- a/omnisharp.el +++ b/omnisharp.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2013-2017 Mika Vilpas and others (GPLv3) ;; Author: Mika Vilpas and others -;; Version: 4.0 +;; Version: 4.1 ;; License: GNU General Public License version 3, or (at your option) any later version ;; Url: https://github.com/Omnisharp/omnisharp-emacs ;; Package-Requires: ((emacs "24") (flycheck "30") (dash "2.12.0") (auto-complete "1.4") (popup "0.5.1") (csharp-mode "0.8.7") (cl-lib "0.5") (s "1.10.0") (shut-up "0.3.2") (f "0.19.0"))