Skip to content

Commit

Permalink
Version 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pvolok committed Oct 2, 2022
1 parent fedf951 commit 71b6598
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET VERSION=0.6.3
SET VERSION=0.6.4

RMDIR /Q /S release || exit /b
MKDIR release\mprocs-%VERSION%-win64 || exit /b
Expand Down
4 changes: 2 additions & 2 deletions src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mprocs"
version = "0.6.3"
version = "0.6.4"
description = "TUI for running multiple processes"
repository = "https://github.com/pvolok/mprocs"
authors = ["Pavel Volokitin <[email protected]>"]
Expand Down Expand Up @@ -54,7 +54,7 @@ tui = "0.18.0"
tui-input = "0.4.0"
unicode-segmentation = "1.9.0"
unicode-width = "0.1.9"
vt100 = { package = "mprocs-vt100", path = "../vendor/vt100", version = "0.1.0" }
vt100 = { package = "mprocs-vt100", path = "../vendor/vt100", version = "0.1.1" }
which = "4.2.5"
xdg = "2.4.1"

Expand Down
2 changes: 1 addition & 1 deletion vendor/vt100/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mprocs-vt100"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

description = "Fork of vt100 for mprocs"
Expand Down

0 comments on commit 71b6598

Please sign in to comment.