Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
## Bug Fixes

- Fix scheduling task was not working on Windows of non-English locale. (Fix #4)
  • Loading branch information
nullpo-head committed Nov 9, 2021
1 parent b5ded6f commit 2fe6aef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distrod/distrod-exec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "distrod-exec"
version = "0.1.1"
version = "0.1.2"
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion distrod/distrod/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "distrod"
version = "0.1.1"
version = "0.1.2"
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion distrod/distrod_wsl_launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "distrod_wsl_launcher"
version = "0.1.1"
version = "0.1.2"
authors = ["Takaya Saeki <tasaeki@microsoft.com>"]
edition = "2018"

Expand Down

0 comments on commit 2fe6aef

Please sign in to comment.