Skip to content

Commit

Permalink
* bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Suares committed Oct 19, 2011
1 parent bdf3372 commit f180725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/inline_forms
Expand Up @@ -186,7 +186,7 @@ system('echo "nbproject" >> .gitignore')
system('echo "public/uploads" >> .gitignore')
system('echo >> .gitignore')
system('git add .')
system('git add -a -m " * Initial"')
system('git commit -a -m " * Initial"')

puts "\n\nDone! Now make your tables.\n\n\n"

2 changes: 1 addition & 1 deletion lib/inline_forms/version.rb
@@ -1,3 +1,3 @@
module InlineForms
VERSION = "1.1.6"
VERSION = "1.1.7"
end

0 comments on commit f180725

Please sign in to comment.