diff --git a/Cargo.toml b/Cargo.toml index f988150c5..3b8f59102 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["task-maker-*"] [package] name = "task-maker-rust" -version = "0.5.13" +version = "0.5.14" description = "Tool for building tasks for informatics competitions, with support for cache, distributed computations and more" readme = "README.md" authors = ["Edoardo Morassutto "] diff --git a/task-maker-cache/Cargo.toml b/task-maker-cache/Cargo.toml index f5254c0e3..2fafaae45 100644 --- a/task-maker-cache/Cargo.toml +++ b/task-maker-cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-cache" -version = "0.5.13" +version = "0.5.14" authors = ["Edoardo Morassutto "] edition = "2021" diff --git a/task-maker-dag/Cargo.toml b/task-maker-dag/Cargo.toml index 7d069ddd8..3084e8975 100644 --- a/task-maker-dag/Cargo.toml +++ b/task-maker-dag/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-dag" -version = "0.5.13" +version = "0.5.14" authors = ["Edoardo Morassutto "] edition = "2021" diff --git a/task-maker-diagnostics/Cargo.toml b/task-maker-diagnostics/Cargo.toml index c1e3e7b86..45d5d55ab 100644 --- a/task-maker-diagnostics/Cargo.toml +++ b/task-maker-diagnostics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-diagnostics" -version = "0.5.13" +version = "0.5.14" edition = "2021" [dependencies] diff --git a/task-maker-exec/Cargo.toml b/task-maker-exec/Cargo.toml index 5b25d9521..c2ba7f503 100644 --- a/task-maker-exec/Cargo.toml +++ b/task-maker-exec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-exec" -version = "0.5.13" +version = "0.5.14" authors = ["Edoardo Morassutto "] edition = "2021" diff --git a/task-maker-format/Cargo.toml b/task-maker-format/Cargo.toml index 21be143cb..9241a0e7c 100644 --- a/task-maker-format/Cargo.toml +++ b/task-maker-format/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-format" -version = "0.5.13" +version = "0.5.14" authors = ["Edoardo Morassutto "] edition = "2021" diff --git a/task-maker-lang/Cargo.toml b/task-maker-lang/Cargo.toml index c3f929821..6ee2e4ccd 100644 --- a/task-maker-lang/Cargo.toml +++ b/task-maker-lang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-lang" -version = "0.5.13" +version = "0.5.14" authors = ["Edoardo Morassutto "] edition = "2021" diff --git a/task-maker-store/Cargo.toml b/task-maker-store/Cargo.toml index 04623d75b..dba1990ec 100644 --- a/task-maker-store/Cargo.toml +++ b/task-maker-store/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "task-maker-store" -version = "0.5.13" +version = "0.5.14" authors = ["Edoardo Morassutto "] edition = "2021"