Skip to content

Commit 6671edd

Browse files
committed
Version bump.
1 parent e15c2f0 commit 6671edd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## master
1+
## 1.1.0
22

33
### enhancements
44
* There is no longer a need to retain a Simple Form initialiser, as well as a Simple

lib/simple_form/bootstrap/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module SimpleForm; end
22
module SimpleForm::Bootstrap
3-
VERSION = '1.0.1'
3+
VERSION = '1.1.0'
44
end

simple_form-bootstrap.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.name = 'simple_form-bootstrap'
66
s.version = SimpleForm::Bootstrap::VERSION
77
s.authors = ['Joel Low']
8-
s.date = '2015-01-12'
8+
s.date = '2015-05-20'
99
s.email = '[email protected]'
1010
s.files = ['Rakefile'] + Dir['{app,lib,test}/**/*']
1111
s.test_files = Dir['test/**/*']

0 commit comments

Comments
 (0)