diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0820fbf..b9f7a31 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.7 +current_version = 0.2.0 commit = True tag = True tag_name = {new_version} diff --git a/company-sourcekit.el b/company-sourcekit.el index 5f730dc..fc26dfb 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.7 -;; Package-Requires: ((emacs "24.3") (company "0.8.12") (dash "2.12.1") (dash-functional "1.2.0") (sourcekit "0.1.7")) +;; Version: 0.2.0 +;; Package-Requires: ((emacs "24.3") (company "0.8.12") (dash "2.12.1") (dash-functional "1.2.0") (sourcekit "0.2.0")) ;; 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 bf17981..6332fce 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.7 +;; Version: 0.2.0 ;; Package-Requires: ((emacs "24.3") (dash "2.12.1") (dash-functional "1.2.0") (request "0.2.0")) ;; This program is free software; you can redistribute it and/or modify