Skip to content

Commit 2fe6aef

Browse files
committed
Release v0.1.2
## Bug Fixes - Fix scheduling task was not working on Windows of non-English locale. (Fix #4)
1 parent b5ded6f commit 2fe6aef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

distrod/distrod-exec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "distrod-exec"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]
55
edition = "2018"
66

distrod/distrod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "distrod"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Takaya Saeki <abc.tkys+pub@gmail.com>"]
55
edition = "2018"
66

distrod/distrod_wsl_launcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "distrod_wsl_launcher"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Takaya Saeki <tasaeki@microsoft.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)