Skip to content

Commit 537ea66

Browse files
authored
Merge pull request #16 from Pierozi/fix/ark
fix(ark) update ark to 3.1.0
2 parents 73c59bf + 89b3ceb commit 537ea66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metadata.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
license 'Apache 2.0'
77
description 'Installs/Configures aws-codedeploy-agent'
88
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
9-
version '0.7.0'
9+
version '0.7.1'
1010

1111
supports 'ubuntu'
1212
supports 'centos'
@@ -18,4 +18,4 @@
1818
depends 'ruby_rbenv'
1919
depends 'ruby_build'
2020
depends 'cloudcli'
21-
depends 'ark', '= 0.9.0'
21+
depends 'ark', '= 3.1.0'

0 commit comments

Comments
 (0)