Skip to content

Commit 8ba62ac

Browse files
committed
Bump version: 0.1.7 → 0.2.0
1 parent 20e6e1b commit 8ba62ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.7
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

company-sourcekit.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
;; Author: Nathan Kot <nk@nathankot.com>
66
;; URL: https://github.com/nathankot/company-sourcekit
77
;; Keywords: abbrev
8-
;; Version: 0.1.7
9-
;; Package-Requires: ((emacs "24.3") (company "0.8.12") (dash "2.12.1") (dash-functional "1.2.0") (sourcekit "0.1.7"))
8+
;; Version: 0.2.0
9+
;; Package-Requires: ((emacs "24.3") (company "0.8.12") (dash "2.12.1") (dash-functional "1.2.0") (sourcekit "0.2.0"))
1010

1111
;; This program is free software; you can redistribute it and/or modify
1212
;; it under the terms of the GNU General Public License as published by

sourcekit.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Nathan Kot <nk@nathankot.com>
66
;; URL: https://github.com/nathankot/company-sourcekit
77
;; Keywords: tools, processes
8-
;; Version: 0.1.7
8+
;; Version: 0.2.0
99
;; Package-Requires: ((emacs "24.3") (dash "2.12.1") (dash-functional "1.2.0") (request "0.2.0"))
1010

1111
;; This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)