diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9517bbf..0820fbf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.6 +current_version = 0.1.7 commit = True tag = True tag_name = {new_version} diff --git a/company-sourcekit.el b/company-sourcekit.el index a257d33..c69be68 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.6 -;; Package-Requires: ((emacs "24.3") (company "0.8.12") (dash "2.12.1") (dash-functional "1.2.0") (sourcekit "0.1.6")) +;; Version: 0.1.7 +;; Package-Requires: ((emacs "24.3") (company "0.8.12") (dash "2.12.1") (dash-functional "1.2.0") (sourcekit "0.1.7")) ;; 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 e485aa8..d846c17 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.6 +;; Version: 0.1.7 ;; 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