diff options
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | firefox-javascript-repl.el | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ GNU Emacs firefox-javascript-repl NEWS -- history of user-visible changes. +* New in firefox-javascript-repl 0.9.5 + +Released 2023-06-05: + +** Use browse-url to find firefox binary. + * New in firefox-javascript-repl 0.9.4 Released 2023-06-02: diff --git a/firefox-javascript-repl.el b/firefox-javascript-repl.el index d9e68a8..c956c23 100644 --- a/firefox-javascript-repl.el +++ b/firefox-javascript-repl.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2023 Free Software Foundation, Inc. ;; Author: Thomas Fitzsimmons <fitzsim@fitzsim.org> -;; Version: 0.9.4 +;; Version: 0.9.5 ;; Package-Requires: ((emacs "26.1")) ;; This program is free software; you can redistribute it and/or modify |
