branch: elpa/with-simulated-input
commit 5a0d3f039965667c6a8d36bd2cbfbd9c22299033
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Version 2.3
---
Cask | 2 +-
with-simulated-input.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cask b/Cask
index 4654f78814..8fa7ae5b9d 100644
--- a/Cask
+++ b/Cask
@@ -3,7 +3,7 @@
(source gnu)
(source melpa)
-(package "with-simulated-input" "2.2"
+(package "with-simulated-input" "2.3"
"A macro to simulate user input non-interactively.")
(depends-on "seq")
diff --git a/with-simulated-input.el b/with-simulated-input.el
index 097e968fec..efaa0d1760 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.2
+;; Version: 2.3
;; Package-Requires: ((emacs "24.4") (seq "2.0") (s "0"))
;; URL:
;; Keywords: lisp, tools, extensions