branch: elpa/with-simulated-input
commit e860a39bba70fcd0611586b739707b4070e5402d
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Version 2.1
---
Cask | 2 +-
with-simulated-input.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cask b/Cask
index f0532d0fd6..561c7c4289 100644
--- a/Cask
+++ b/Cask
@@ -3,7 +3,7 @@
(source gnu)
(source melpa)
-(package "with-simulated-input" "2.0"
+(package "with-simulated-input" "2.1"
"A macro to simulate user input non-interactively.")
(depends-on "seq")
diff --git a/with-simulated-input.el b/with-simulated-input.el
index f34df0c2ed..8a245a3c33 100644
--- a/with-simulated-input.el
+++ b/with-simulated-input.el
@@ -5,7 +5,7 @@
;; Filename: with-simulated-input.el
;; Author: Ryan C. Thompson
;; Created: Thu Jul 20 11:56:23 2017 (-0700)
-;; Version: 2.0
+;; Version: 2.1
;; Package-Requires: ((emacs "24.4") (seq "2.0") (s "0"))
;; URL:
;; Keywords: lisp, tools, extensions