updated podMinVersion to 0.38.2

This commit is contained in:
Dan Motzenbecker 2015-09-19 14:19:54 -04:00
parent 6cfeb64234
commit b8353d4880
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ camelRx = /([a-z])([A-Z])/g
projNameRx = /\$PROJECT_NAME\$/g
projNameHyphRx = /\$PROJECT_NAME_HYPHENATED\$/g
projNameUnderRx = /\$PROJECT_NAME_UNDERSCORED\$/g
podMinVersion = '0.36.4'
podMinVersion = '0.38.2'
log = (s, color = 'green') ->