Commit d2a63ab76c9ec8e9d0660bd4b6192004cf82b920
1 parent
c5ca354b
Bump to v0.1.1. Make sure all templates use action :create_if_missing.
Showing
4 changed files
with
8 additions
and
1 deletions
... | ... | @@ -4,7 +4,7 @@ maintainer_email 'sysadmin@chromedia.com' |
4 | 4 | license 'Apache License' |
5 | 5 | description 'Simplifies setup of Nginx+PHP-FPM in Chromedia.' |
6 | 6 | long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) |
7 | -version '0.1.0' | |
7 | +version '0.1.1' | |
8 | 8 | |
9 | 9 | { |
10 | 10 | 'php-fpm' => '0.7.5', | ... | ... |