commit 9877e790020f05c7693320649ec253a2c8435740
parent ff8ca532258d20ee0c3418dccd70c01462dfeaa5
Author: William Casarin <jb55@jb55.com>
Date: Fri, 23 Apr 2021 11:38:32 -0700
Release 0.1.1
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/default.nix b/default.nix
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
name = "imap-notify-${version}";
- version = "0.1";
+ version = "0.1.1";
src = ./.;
diff --git a/package.json b/package.json
@@ -1,7 +1,7 @@
{
"name": "imap-notify",
"description": "minimal imap notifier, run a command when mail is received",
- "version": "0.1.0",
+ "version": "0.1.1",
"repository": {
"url": "https://github.com/jb55/imap-notify"
},