Skip to content

Commit

Permalink
Merge branch 'hotfix/2.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Jan 13, 2021
2 parents fcfa9da + f02f607 commit 02b64c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.3.2",
"version": "2.3.3",
"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 @@ -891,7 +891,7 @@
<key>runningsubtext</key>
<string></string>
<key>script</key>
<string>./node_modules/.bin/run-node configure.js --org "{query}"</string>
<string>./node_modules/.bin/run-node configure.js --username "{query}"</string>
<key>scriptargtype</key>
<integer>0</integer>
<key>scriptfile</key>
Expand Down Expand Up @@ -1315,7 +1315,7 @@ When using the `jj` command, some smart filtering can be done:
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2.3.2</string>
<string>2.3.3</string>
<key>webaddress</key>
<string>https://www.titouanmathis.com</string>
</dict>
Expand Down
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.3.2",
"version": "2.3.3",
"homepage": "https://github.com/titouanmathis/alfred-jira-search",
"dependencies": {
"axios": "^0.21.1",
Expand Down

0 comments on commit 02b64c1

Please sign in to comment.