Skip to content

Commit 1c9ed4a

Browse files
committed
bumps version to 0.2.2
Signed-off-by: Kendo Camajalan, kcd <[email protected]>
1 parent 0d9e28a commit 1c9ed4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
twelvedata_ruby (0.2.1)
4+
twelvedata_ruby (0.2.2)
55
httpx (>= 0.14.5)
66

77
GEM

lib/twelvedata_ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
module TwelvedataRuby
1313
# Holds the current version
1414
# @return [String] version number
15-
VERSION = "0.2.1"
15+
VERSION = "0.2.2"
1616

1717
# A convenient and clearer way of getting and overriding default attribute values of the singleton `Client.instance`
1818
#

spec/twelvedata_ruby_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
describe TwelvedataRuby do
44
it "has 0.2.1 version number" do
5-
expect(described_class::VERSION).to eq("0.2.1")
5+
expect(described_class::VERSION).to eq("0.2.2")
66
end
77

88
describe ".client" do

0 commit comments

Comments
 (0)