diff --git a/Cargo.lock b/Cargo.lock index c70cdd6..352d55b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "hypoloop" -version = "0.1.2" +version = "0.1.3" diff --git a/Cargo.toml b/Cargo.toml index 5f737fa..bfcaca6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hypoloop" description = "A low-level control loop for real-time and baked simulations." -version = "0.1.2" +version = "0.1.3" edition = "2018" license = "GPL-3.0" repository = "https://github.com/skyeterran/hypoloop"