From f6bfa1fe43aa686bae41b94c00c3a8526165a50a Mon Sep 17 00:00:00 2001 From: xiaoming <2014500726@smail.xtu.edu.cn> Date: Wed, 24 Jul 2024 13:47:18 +0800 Subject: [PATCH] Update plugin version to 0.0.5 Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn> --- searchonweb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searchonweb.h b/searchonweb.h index 31fbc3a..77fa5f2 100644 --- a/searchonweb.h +++ b/searchonweb.h @@ -6,7 +6,7 @@ #include "plugininterface.h" #define PLUGIN_NAME "Search On Web" -#define PLUGIN_VERSION "0.0.4" +#define PLUGIN_VERSION "0.0.5" #define PLUGIN_WEBSITE "https://github.com/QuardCRT-platform/plugin-SearchOnWeb" class SearchOnWeb : public PluginInterface