From 344213f695039584097c5dc2ccdf39b276f993da Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 19 Jul 2023 19:22:44 +0200 Subject: [PATCH] Bump version --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index db0b2a3..8c40a7f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,7 +2,7 @@ WUPS_PLUGIN_NAME("drc_region_free_plugin"); WUPS_PLUGIN_DESCRIPTION("Allows the usage of gamepads from every region"); -WUPS_PLUGIN_VERSION("0.2"); +WUPS_PLUGIN_VERSION("0.2.1"); WUPS_PLUGIN_AUTHOR("Maschell"); WUPS_PLUGIN_LICENSE("GPL");