Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Bump version to latest WebStorm
Browse files Browse the repository at this point in the history
Upgraded to v6.0.2
  • Loading branch information
timols committed Jul 16, 2013
1 parent c3efeca commit 6ef76a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class webstorm (
$version = '6.0.1a',
$version = '6.0.2',
) {
package { 'WebStorm':
provider => 'appdmg',
source => "http://download.jetbrains.com/python/WebStorm-${version}.dmg",
}
}

0 comments on commit 6ef76a2

Please sign in to comment.