Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Dec 11, 2021
1 parent ae1f34f commit fe86469
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Impostman ChangeLog

## Version 0.2.0 (under dev)
## Version 0.2.0 (2021-12-11)

- Auto-load function `impostman-version`.
- Read variables in collection (issue #2).
Expand Down
4 changes: 2 additions & 2 deletions impostman.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Created: 2020-12-24
;; Keywords: tools
;; URL: https://github.com/flashcode/impostman
;; Package-Version: 0.2.0-snapshot
;; Package-Version: 0.2.0
;; Package-Requires: ((emacs "27.1"))

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

(defconst impostman-version "0.2.0-snapshot"
(defconst impostman-version "0.2.0"
"Impostman package version.")

(defconst impostman-output-verb-alist
Expand Down
2 changes: 1 addition & 1 deletion tests/impostman-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; Created: 2020-12-24
;; Keywords: tools
;; URL: https://github.com/flashcode/impostman
;; Package-Version: 0.2.0-snapshot
;; Package-Version: 0.2.0
;; Package-Requires: ((emacs "27.1"))

;; This file is not part of GNU Emacs.
Expand Down

0 comments on commit fe86469

Please sign in to comment.