Skip to content

Commit 9959877

Browse files
committed
Bump version to 0.13.2
1 parent 6e7ea12 commit 9959877

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ice_cube.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111

1212
s.version = IceCube::VERSION
1313
s.platform = Gem::Platform::RUBY
14-
s.files = Dir['lib/**/*.rb']
14+
s.files = Dir['lib/**/*.rb', 'config/**/*.yml']
1515
s.test_files = Dir.glob('spec/*.rb')
1616
s.require_paths = ['lib']
1717
s.has_rdoc = true

lib/ice_cube/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module IceCube
22

3-
VERSION = '0.13.1'
3+
VERSION = '0.13.2'
44

55
end

0 commit comments

Comments
 (0)