From e7eccb3319cadde8b793d8f8c19d7d9df6377a55 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+Tropix126@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:42:24 -0600 Subject: [PATCH] fix: should be a minor ver not path --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef9ea91..8a23ec3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "robotevents" -version = "0.4.1" +version = "0.5.0" dependencies = [ "itertools", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 8c6d2f2..af95c65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Wrapper for the RobotEvents.com v2 API." repository = "https://github.com/LemLib/robotevents-rs/" license-file = "LICENSE.md" readme = "README.md" -version = "0.4.1" +version = "0.5.0" edition = "2021" authors=["tropix126", "BattleCh1cken"] categories = ["science::robotics", "api-bindings", "web-programming::http-client"]