Skip to content

Commit fe86469

Browse files
committed
Version 0.2.0
1 parent ae1f34f commit fe86469

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Impostman ChangeLog
22

3-
## Version 0.2.0 (under dev)
3+
## Version 0.2.0 (2021-12-11)
44

55
- Auto-load function `impostman-version`.
66
- Read variables in collection (issue #2).

impostman.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Created: 2020-12-24
88
;; Keywords: tools
99
;; URL: https://github.com/flashcode/impostman
10-
;; Package-Version: 0.2.0-snapshot
10+
;; Package-Version: 0.2.0
1111
;; Package-Requires: ((emacs "27.1"))
1212

1313
;; This file is not part of GNU Emacs.
@@ -68,7 +68,7 @@ If nil, no variables are used, they are directly replaced by their values
6868
during the import of collection."
6969
:type 'boolean)
7070

71-
(defconst impostman-version "0.2.0-snapshot"
71+
(defconst impostman-version "0.2.0"
7272
"Impostman package version.")
7373

7474
(defconst impostman-output-verb-alist

tests/impostman-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Created: 2020-12-24
88
;; Keywords: tools
99
;; URL: https://github.com/flashcode/impostman
10-
;; Package-Version: 0.2.0-snapshot
10+
;; Package-Version: 0.2.0
1111
;; Package-Requires: ((emacs "27.1"))
1212

1313
;; This file is not part of GNU Emacs.

0 commit comments

Comments
 (0)