Skip to content

Commit

Permalink
Release version 0.16.10
Browse files Browse the repository at this point in the history
Don\'t show auth_token in debug window
  • Loading branch information
spamwax committed Jul 10, 2022
1 parent 16391cd commit 021b4d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "alfred-pinboard-rs"
version = "0.16.9"
version = "0.16.10"
authors = [ "Hamid Ghadyani <[email protected]>",]
edition = "2021"

Expand Down
15 changes: 3 additions & 12 deletions res/workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1332,8 +1332,6 @@ echo "$ret"</string>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict/>
<key>type</key>
<string>alfred.workflow.utility.junction</string>
<key>uid</key>
Expand Down Expand Up @@ -1522,8 +1520,6 @@ apr_execution_counter=$apr_execution_counter ./alfred-pinboard-rs list -t "$1"</
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict/>
<key>type</key>
<string>alfred.workflow.utility.junction</string>
<key>uid</key>
Expand Down Expand Up @@ -2019,8 +2015,6 @@ echo $ret</string>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict/>
<key>type</key>
<string>alfred.workflow.utility.junction</string>
<key>uid</key>
Expand Down Expand Up @@ -2107,7 +2101,8 @@ echo $ret</string>
<key>runningsubtext</key>
<string>Checking...</string>
<key>script</key>
<string>./alfred-pinboard-rs self -c</string>
<string>./alfred-pinboard-rs self -c
</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
Expand Down Expand Up @@ -2653,8 +2648,6 @@ fi</string>
<integer>1</integer>
</dict>
<dict>
<key>config</key>
<dict/>
<key>type</key>
<string>alfred.workflow.utility.junction</string>
<key>uid</key>
Expand Down Expand Up @@ -2940,8 +2933,6 @@ fi</string>
<integer>2</integer>
</dict>
<dict>
<key>config</key>
<dict/>
<key>type</key>
<string>alfred.workflow.utility.junction</string>
<key>uid</key>
Expand Down Expand Up @@ -5055,7 +5046,7 @@ rename by iconmu from the Noun Project</string>
</dict>
</dict>
<key>version</key>
<string>0.16.9</string>
<string>0.16.10</string>
<key>webaddress</key>
<string>https://github.com/spamwax/alfred-pinboard-rs</string>
</dict>
Expand Down

0 comments on commit 021b4d0

Please sign in to comment.