From 16af24f22fbee170e444547e92e0023cf4311a7b Mon Sep 17 00:00:00 2001 From: Nathan Kot Date: Sat, 7 May 2016 18:10:59 +0900 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.5=20=E2=86=92=200.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- company-sourcekit.el | 4 ++-- sourcekit.el | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d0942c4..9517bbf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True tag_name = {new_version} diff --git a/company-sourcekit.el b/company-sourcekit.el index 0d269fa..8da9d2f 100644 --- a/company-sourcekit.el +++ b/company-sourcekit.el @@ -5,8 +5,8 @@ ;; Author: Nathan Kot ;; URL: https://github.com/nathankot/company-sourcekit ;; Keywords: abbrev -;; Version: 0.1.5 -;; Package-Requires: ((emacs "24.3") (company "0.8.12") (dash "2.12.1") (dash-functional "1.2.0") (sourcekit "0.1.5")) +;; Version: 0.1.6 +;; Package-Requires: ((emacs "24.3") (company "0.8.12") (dash "2.12.1") (dash-functional "1.2.0") (sourcekit "0.1.6")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by diff --git a/sourcekit.el b/sourcekit.el index dbacbb7..e6c9f55 100644 --- a/sourcekit.el +++ b/sourcekit.el @@ -5,7 +5,7 @@ ;; Author: Nathan Kot ;; URL: https://github.com/nathankot/company-sourcekit ;; Keywords: tools, processes -;; Version: 0.1.5 +;; Version: 0.1.6 ;; Package-Requires: ((emacs "24.3") (dash "2.12.1") (dash-functional "1.2.0")) ;; This program is free software; you can redistribute it and/or modify