From c72f35ef45c5deed37dcfa3b5efa38f540c985c0 Mon Sep 17 00:00:00 2001 From: SyS Date: Sun, 19 Mar 2023 18:25:13 +0530 Subject: [PATCH] v1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- include/tgconnector.inc | 2 +- src/plugin.rs | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbfb016..5273e5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -627,7 +627,7 @@ dependencies = [ [[package]] name = "tgconnector" -version = "0.3.2" +version = "1.0.0" dependencies = [ "encoding", "fern", diff --git a/Cargo.toml b/Cargo.toml index 550ffd7..da3d1c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tgconnector" -version = "0.3.2" +version = "1.0.0" authors = ["Sreyas-Sreelal"] edition = "2018" diff --git a/include/tgconnector.inc b/include/tgconnector.inc index ba9506c..152fdc2 100644 --- a/include/tgconnector.inc +++ b/include/tgconnector.inc @@ -7,7 +7,7 @@ #endif #define _tgconnector_included -#define TGCONNECTOR_VERSION 32 +#define TGCONNECTOR_VERSION 100 #define INVALID_MESSAGE_ID (TGMessage:-1) #define INVALID_BOT_ID (TGBot:-1) diff --git a/src/plugin.rs b/src/plugin.rs index b6d9abb..d8358ed 100644 --- a/src/plugin.rs +++ b/src/plugin.rs @@ -25,7 +25,7 @@ impl SampPlugin for TgConnector { " ############################################################### # TGConnector # - # v0.3.2 # + # v1.0.0 # # Found any bugs? Report it here: # # https://github.com/Sreyas-Sreelal/tgconnector/issues # # # @@ -35,7 +35,7 @@ impl SampPlugin for TgConnector { } fn on_unload(self: &mut TgConnector) { - info!("**TGConnector v0.3.2!"); + info!("**TGConnector v1.0.0!"); } fn on_amx_load(&mut self, amx: &Amx) {