From 7296ce3b925e8cf7e3c1044f012d4cfc7514c573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Fri, 23 Dec 2022 11:57:21 +0000 Subject: [PATCH] :bookmark: Fix some labelling --- .env.example | 2 +- info.plist | 2 +- pubspec.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index ad90037..fd52d7a 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -APP_VERSION=2.1.9 +APP_VERSION=2.0.9 GITHUB_REPOSITORY_URL=https://github.com/techouse/alfred-cakephp-docs SUPPORTED_VERSIONS=v2,v3,v4 ALGOLIA_SEARCH_INDEX= diff --git a/info.plist b/info.plist index 3734a7f..e930672 100644 --- a/info.plist +++ b/info.plist @@ -221,7 +221,7 @@ variablesdontexport version - 2.0.8 + 2.0.9 webaddress https://github.com/techouse/alfred-cakephp-docs diff --git a/pubspec.yaml b/pubspec.yaml index 339e01f..5217362 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ -name: flask_docs_alfred_workflow -description: Search the Flask documentation using Alfred +name: cakephp_docs_alfred_workflow +description: Search the CakePHP documentation using Alfred # Prevent accidental publishing to pub.dev. publish_to: 'none'