Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
David Padilla committed Sep 23, 2011
1 parent b745f21 commit 9703873
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem 'rails', '~> 3.0.10'
gem 'annotate'
gem 'capybara'
gem 'cucumber-rails'
gem 'formtastic' #, path: '../../formtastic'
gem 'formtastic'#, :path => '../../formtastic'
gem 'rspec-rails'
gem 'steak'
gem 'database_cleaner'
Expand Down
2 changes: 1 addition & 1 deletion integration/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
rails3-jquery-autocomplete (1.0.2)
rails3-jquery-autocomplete (1.0.3)
rails (~> 3.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/rails3-jquery-autocomplete/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rails3JQueryAutocomplete
VERSION = '1.0.2'
VERSION = '1.0.3'
end

0 comments on commit 9703873

Please sign in to comment.