Skip to content

Commit

Permalink
Merge branch 'v2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
xfslove committed Sep 2, 2019
2 parents 9cb116e + 49bb147 commit ed9f30f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*

- install with `npm install -g alfred-google-translate`
- or [download](https://github.com/xfslove/alfred-google-translate/releases/tag/v2.0.5) workflow
- or [download](https://github.com/xfslove/alfred-google-translate/releases/tag/v2.0.6) workflow

## [Changelog](https://github.com/xfslove/alfred-google-translate/releases)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfred-google-translate",
"version": "2.0.5",
"version": "2.0.6",
"description": "Alfred 3 workflow to translate with google translate api",
"license": "MIT",
"repository": "xfslove/alfred-google-translate",
Expand Down Expand Up @@ -36,7 +36,7 @@
"alfy"
],
"dependencies": {
"alfy": "^0.6.0",
"alfy": "^0.9.0",
"configstore": "^2.0.0",
"got": "^6.3.0",
"uuid": "^3.3.2"
Expand Down

0 comments on commit ed9f30f

Please sign in to comment.