From f3b76641f6fc6448926e293ac1844995b04c4709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Fri, 13 May 2022 22:14:30 +0100 Subject: [PATCH] :arrow_up: Updates --- bin/src/constants/config.dart | 2 +- entitlements.plist | 8 ++++++++ info.plist | 2 +- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- version | 2 +- 6 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 entitlements.plist diff --git a/bin/src/constants/config.dart b/bin/src/constants/config.dart index 69866ec..3f32faf 100644 --- a/bin/src/constants/config.dart +++ b/bin/src/constants/config.dart @@ -1,7 +1,7 @@ class Config { Config._(); - static const String version = '2.1.0'; + static const String version = '2.1.1'; static final Uri githubRepositoryUrl = Uri.https('github.com', '/techouse/alfred-tailwindcss-docs'); static const String algoliaApplicationId = 'KNPXZI5B0M'; diff --git a/entitlements.plist b/entitlements.plist new file mode 100644 index 0000000..d681843 --- /dev/null +++ b/entitlements.plist @@ -0,0 +1,8 @@ + + + + + com.apple.security.cs.allow-unsigned-executable-memory + + + \ No newline at end of file diff --git a/info.plist b/info.plist index da4bfad..45c9783 100644 --- a/info.plist +++ b/info.plist @@ -215,7 +215,7 @@ variablesdontexport version - 2.1.0 + 2.1.1 webaddress https://github.com/techouse diff --git a/pubspec.lock b/pubspec.lock index d2f1394..ca99ce9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,7 +7,7 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "36.0.0" + version: "39.0.0" alfred_workflow: dependency: "direct main" description: @@ -28,14 +28,14 @@ packages: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "3.3.1" + version: "4.0.0" analyzer_plugin: dependency: transitive description: name: analyzer_plugin url: "https://pub.dartlang.org" source: hosted - version: "0.9.0" + version: "0.10.0" ansicolor: dependency: transitive description: @@ -112,7 +112,7 @@ packages: name: dart_code_metrics url: "https://pub.dartlang.org" source: hosted - version: "4.15.0" + version: "4.15.1" dart_style: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a54d582..ec8ff8d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: Search the Tailwind CSS documentation using Alfred # Prevent accidental publishing to pub.dev. publish_to: 'none' -version: 2.1.0 +version: 2.1.1 environment: sdk: '>=2.17.0 <3.0.0' diff --git a/version b/version index 50aea0e..7c32728 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.1.1 \ No newline at end of file