Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Jan 11, 2021
1 parent d2142a0 commit 8382fe2
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,5 +1,5 @@
# Impostman ChangeLog

## Version 0.1.0 (under dev)
## Version 0.1.0 (2021-01-11)

- First release.
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.1.0-snapshot
;; Package-Version: 0.1.0
;; Package-Requires: ((emacs "27.1"))

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

(defconst impostman-version "0.1.0-snapshot"
(defconst impostman-version "0.1.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.1.0-snapshot
;; Package-Version: 0.1.0
;; Package-Requires: ((emacs "27.1"))

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

0 comments on commit 8382fe2

Please sign in to comment.