Skip to content

Commit ec9d403

Browse files
Alex TharpAlex Tharp
authored andcommitted
Merge pull request #3 from cortex-cms/cortex-client-0.4.6
cortex-client Bump
2 parents d70aca2 + ef84f5e commit ec9d403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cortex-snippets-client-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
1919
spec.require_paths = ['lib']
2020

21-
spec.add_dependency 'cortex-client', '~> 0.4.5'
21+
spec.add_dependency 'cortex-client', '~> 0.4.6'
2222
spec.add_dependency 'connection_pool', '~> 2.2.0'
2323

2424
spec.add_development_dependency 'bundler', '~> 1.10'

lib/cortex/snippets/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Cortex
22
module Snippets
3-
VERSION = '0.1.2'
3+
VERSION = '0.1.3'
44
end
55
end

0 commit comments

Comments
 (0)