Skip to content

Commit 969fd0a

Browse files
committed
bump version
Signed-off-by: Nicolas Lamirault <[email protected]>
1 parent eb7bd24 commit 969fd0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

opensource.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
;; Author: Nicolas Lamirault <[email protected]>
44
;; URL: https://github.com/nlamirault/opensource.el
5-
;; Version: 0.1.0
5+
;; Version: 0.2.0
66
;; Keywords: opensource
77

88
;; Package-Requires: ((s "1.11.0") (dash "2.12.1") (pkg-info "0.6.0") (request "0.2.0"))

test/opensource-version-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
(require 'pkg-info)
2222

23-
(setq current-version "0.1.0")
23+
(setq current-version "0.2.0")
2424

2525
(ert-deftest opensource-library-version ()
2626
(with-test-sandbox

0 commit comments

Comments
 (0)