Skip to content

Commit

Permalink
⬆️ Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Mar 27, 2022
1 parent 5087adb commit 3449f68
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/src/constants/config.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Config {
Config._();

static const String version = '2.0.7';
static const String version = '2.0.8';
static final Uri githubRepositoryUrl =
Uri.https('github.com', '/techouse/alfred-tailwindcss-docs');
static const String algoliaApplicationId = 'KNPXZI5B0M';
Expand Down
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2.0.7</string>
<string>2.0.8</string>
<key>webaddress</key>
<string>https://github.com/techouse</string>
</dict>
Expand Down
11 changes: 9 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ packages:
description:
path: "."
ref: master
resolved-ref: "3bcaed9a5848e962ece41074eebbe07d236cad18"
resolved-ref: ecbe8de5c4b6cc997836a4b62111a105a4352979
url: "git@github.com:techouse/alfred_workflow.git"
source: git
version: "0.0.5"
version: "0.0.8"
algolia:
dependency: "direct main"
description:
Expand Down Expand Up @@ -87,6 +87,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
copy_with_extension:
dependency: transitive
description:
name: copy_with_extension
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
crypto:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Search the Tailwind CSS documentation using Alfred
# Prevent accidental publishing to pub.dev.
publish_to: 'none'

version: 2.0.7
version: 2.0.8

environment:
sdk: '>=2.16.1 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.7
2.0.8

0 comments on commit 3449f68

Please sign in to comment.