From e71f603aebfbee7812056bf279c4cde88d9eb3c8 Mon Sep 17 00:00:00 2001 From: skyeshroom <61299664+skyeshroom@users.noreply.github.com> Date: Thu, 12 Aug 2021 13:15:59 -0700 Subject: [PATCH] Incremented version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 973d649..51f90ed 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.5" +version = "0.1.6" edition = "2018" license = "GPL-3.0" repository = "https://github.com/skyeterran/hypoloop"