Skip to content

Commit

Permalink
Merge pull request #243 from synthead/bump-to-0.10.0
Browse files Browse the repository at this point in the history
Bump version to 0.10.0
  • Loading branch information
synthead authored Dec 25, 2022
2 parents f3d4df6 + 95abd20 commit 49299fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
timex_datalink_client (0.9.0)
timex_datalink_client (0.10.0)
activemodel (~> 7.0.4)
crc (~> 0.4.2)
mdb (~> 0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/timex_datalink_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class TimexDatalinkClient
VERSION = "0.9.0"
VERSION = "0.10.0"
end
2 changes: 1 addition & 1 deletion spec/lib/timex_datalink_client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
describe "VERSION" do
subject(:version) { described_class::VERSION }

it { should eq("0.9.0") }
it { should eq("0.10.0") }
end

describe "#write" do
Expand Down

0 comments on commit 49299fe

Please sign in to comment.