Skip to content

Commit ef35c35

Browse files
committed
Set version to 0.1.0-snapshot
1 parent 5370c15 commit ef35c35

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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-dev
10+
;; Package-Version: 0.1.0-snapshot
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-dev"
60+
(defconst impostman-version "0.1.0-snapshot"
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-dev
10+
;; Package-Version: 0.1.0-snapshot
1111
;; Package-Requires: ((emacs "27.1"))
1212

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

0 commit comments

Comments
 (0)