Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
lowjoel committed May 20, 2015
1 parent e15c2f0 commit 6671edd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## master
## 1.1.0

### enhancements
* There is no longer a need to retain a Simple Form initialiser, as well as a Simple
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_form/bootstrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module SimpleForm; end
module SimpleForm::Bootstrap
VERSION = '1.0.1'
VERSION = '1.1.0'
end
2 changes: 1 addition & 1 deletion simple_form-bootstrap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.name = 'simple_form-bootstrap'
s.version = SimpleForm::Bootstrap::VERSION
s.authors = ['Joel Low']
s.date = '2015-01-12'
s.date = '2015-05-20'
s.email = '[email protected]'
s.files = ['Rakefile'] + Dir['{app,lib,test}/**/*']
s.test_files = Dir['test/**/*']
Expand Down

0 comments on commit 6671edd

Please sign in to comment.