Skip to content

Commit

Permalink
Increment Phantomjs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Williams committed Oct 11, 2013
1 parent f6599db commit c3c4eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -60,7 +60,7 @@ All attributes are namespaced under `node['phantomjs']`.
<td>version</td>
<td>The version to install</td>
<td><tt>1.0.0</tt></td>
<td><tt>1.9.0</tt></td>
<td><tt>1.9.2</tt></td>
</tr>
<tr>
<td>packages</td>
Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Expand Up @@ -24,7 +24,7 @@
#

# The version of phantomjs to install
default['phantomjs']['version'] = '1.9.1'
default['phantomjs']['version'] = '1.9.2'

# The list of packages to install
default['phantomjs']['packages'] = []
Expand Down

0 comments on commit c3c4eaa

Please sign in to comment.