Skip to content

Commit

Permalink
Version bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitspook committed Jan 12, 2024
1 parent ec55515 commit 32cc49c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lisp/spookfox.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: bitspook
;; Homepage: https://bitspook.in/projects/spookfox
;; Keywords: Firefox
;; Version: 0.3.2
;; Version: 0.4.0
;; Package-Requires: ((websocket "1.13"))
;;
;;; Commentary:
Expand All @@ -24,7 +24,7 @@
(require 'org-id)
(require 'websocket)

(defvar spookfox-version "0.3.2"
(defvar spookfox-version "0.4.0"
"Spookfox version.")
(defvar spookfox-enabled-apps nil
"List of Spookfox Apps that should be enabled in all new clients.")
Expand Down
2 changes: 1 addition & 1 deletion spookfox-addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spookfox",
"version": "0.3.2",
"version": "0.4.0",
"license": "GPL-3.0",
"scripts": {
"clean": "rm -rf dist && rm -rf ./addons-dist",
Expand Down
2 changes: 1 addition & 1 deletion spookfox-addon/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"description": "Make web-browsers speak to Emacs",
"manifest_version": 2,
"name": "Spookfox",
"version": "0.3.2",
"version": "0.4.0",
"icons": {
"48": "icons/emacs-color.png",
"96": "icons/emacs-color@2x.png",
Expand Down

0 comments on commit 32cc49c

Please sign in to comment.