summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--timeout.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/timeout.el b/timeout.el
index bb27569..5e394f5 100644
--- a/timeout.el
+++ b/timeout.el
@@ -1,10 +1,10 @@
;;; timeout.el --- Throttle or debounce Elisp functions -*- lexical-binding: t; -*-
-;; Copyright (C) 2023-2025 Free Software Foundation, Inc.
+;; Copyright (C) 2023-2026 Free Software Foundation, Inc.
;; Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
;; Keywords: convenience, extensions
-;; Version: 2.1
+;; Version: 2.1.6
;; Package-Requires: ((emacs "24.4"))
;; URL: https://github.com/karthink/timeout