commit: | 558b1c03d2b6f890ca7792a217ead9c58e247415 |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Mon Dec 7 22:21:33 2020 +0100 |
parents: | aea35b19e35ca0d245ba3cb5a7c9095a732df57c |
diff --git a/snitch-pkg.el b/snitch-pkg.el line changes: +4/-0 index 0000000..d16b644 --- /dev/null +++ b/snitch-pkg.el
@@ -0,0 +1,4 @@ +(define-package + "snitch" + "0.1.0" + "A firewall for emacs.")
diff --git a/snitch.el b/snitch.el line changes: +1/-1 index 86f5191..3867ff1 --- a/snitch.el +++ b/snitch.el
@@ -4,7 +4,7 @@ ;; Copyright (C) 2020 Trevor Bentley ;; Author: Trevor Bentley <snitch.el@x.mrmekon.com> ;; Created: 01 Dec 2020 -;; Version: 0.1 +;; Version: 0.1.0 ;; ;; Keywords: processes, comm ;; URL: https://github.com/mrmekon/snitch-el