Skip to content

Commit

Permalink
chore(release): 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pandomic committed Dec 27, 2018
1 parent efa1dae commit 6be05b3
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:
banks_registry (0.1.2)
banks_registry (0.1.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/banks_registry/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BanksRegistry
VERSION = '0.1.2'
VERSION = '0.1.3'
end
2 changes: 1 addition & 1 deletion spec/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

RSpec.describe BanksRegistry::VERSION do
it 'Then returns a correct version number' do
expect(BanksRegistry::VERSION).to eq('0.1.2')
expect(BanksRegistry::VERSION).to eq('0.1.3')
end
end

0 comments on commit 6be05b3

Please sign in to comment.