Skip to content

Commit 8382fe2

Browse files
committed
Version 0.1.0
1 parent d2142a0 commit 8382fe2

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,5 +1,5 @@
11
# Impostman ChangeLog
22

3-
## Version 0.1.0 (under dev)
3+
## Version 0.1.0 (2021-01-11)
44

55
- First release.

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.1.0-snapshot
10+
;; Package-Version: 0.1.0
1111
;; Package-Requires: ((emacs "27.1"))
1212

1313
;; This file is not part of GNU Emacs.
@@ -57,7 +57,7 @@ If nil, the username and password are directly encoded in base64:
5757
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ="
5858
:type 'boolean)
5959

60-
(defconst impostman-version "0.1.0-snapshot"
60+
(defconst impostman-version "0.1.0"
6161
"Impostman package version")
6262

6363
(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.1.0-snapshot
10+
;; Package-Version: 0.1.0
1111
;; Package-Requires: ((emacs "27.1"))
1212

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

0 commit comments

Comments
 (0)