diff options
-rw-r--r-- | livefeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/livefeatures.h b/livefeatures.h index a94cc90..951630d 100644 --- a/livefeatures.h +++ b/livefeatures.h @@ -60,7 +60,7 @@ namespace features struct epgsearch { static const char* Plugin() { return "epgsearch"; } - static const char* MinVersion() { return "0.9.22"; } + static const char* MinVersion() { return "0.9.23.beta10"; } }; } // namespace features |