Skip to content

Commit

Permalink
Merge branch 'hotfix/2.2.1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Dec 14, 2020
2 parents b5ea84d + 8f0750f commit 4b7487c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfred-jira-search",
"version": "2.2.0",
"version": "2.2.1",
"description": "Alfred workflow to quickly search through your Jira issues",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
<key>matchmode</key>
<integer>0</integer>
<key>matchstring</key>
<string>email</string>
<string>username</string>
<key>outputlabel</key>
<string>Configure username</string>
<key>uid</key>
Expand Down Expand Up @@ -1242,7 +1242,7 @@ When using the `jj` command, some smart filtering can be done:
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2.2.0</string>
<string>2.2.1</string>
<key>webaddress</key>
<string>https://www.titouanmathis.com</string>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfred-jira-search",
"version": "2.2.0",
"version": "2.2.1",
"homepage": "https://github.com/titouanmathis/alfred-jira-search",
"dependencies": {
"axios": "^0.21.0",
Expand Down

0 comments on commit 4b7487c

Please sign in to comment.