Skip to content

Commit

Permalink
bump up to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Nov 11, 2019
1 parent b2a50ae commit 62553f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if (!tempDirectory) {
const availableVersions = process.platform === 'win32'
? [
// available versions in windows
'5.30.1',
'5.30.0',
'5.28.2',
'5.28.1',
Expand All @@ -50,6 +51,7 @@ const availableVersions = process.platform === 'win32'
]
: [
// available versions in linux and macOS
'5.30.1',
'5.30.0',
'5.28.2',
'5.28.1',
Expand Down

0 comments on commit 62553f4

Please sign in to comment.