Skip to content

Commit f09283e

Browse files
committed
Version 0.6.1
1 parent 1315ca6 commit f09283e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mprocs"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "TUI for running multiple processes"
55
repository = "https://github.com/pvolok/mprocs"
66
authors = ["Pavel Volokitin <[email protected]>"]

release.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SET VERSION=0.6.0
1+
SET VERSION=0.6.1
22

33
RMDIR /Q /S release || exit /b
44
MKDIR release\mprocs-%VERSION%-win64 || exit /b

tests/tests.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test("next proc", function()
3131
proc:wait_text("hello !")
3232

3333
proc:send_key("<C-a>")
34-
proc:send_str("q")
34+
proc:send_str("qy")
3535
proc:wait()
3636
end)
3737

0 commit comments

Comments
 (0)