diff --git a/__init__.py b/__init__.py index 7bd8ae9..570490d 100644 --- a/__init__.py +++ b/__init__.py @@ -5,7 +5,7 @@ import albert md_iid = '5.0' md_name = "HTTP Status Codes" md_description = "Show the list of HTTP Status Codes" -md_version = "0.0.1" +md_version = "1.0.0" md_license = "MIT" md_url = "https://gitea.felix-boers.de/fboers/albert-plugin-python-http-status-codes" md_authors = ["@felixboers"]