Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
saiqulhaq committed Jan 22, 2022
1 parent 995313a commit 44ee02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/firebase_dynamic_link/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FirebaseDynamicLink
VERSION = '1.0.5'
VERSION = '1.1.0'
end
2 changes: 1 addition & 1 deletion spec/firebase_dynamic_link_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
before(:all) { described_class.reset_config }

it 'has a version number' do
expect(FirebaseDynamicLink::VERSION).to eq('1.0.5')
expect(FirebaseDynamicLink::VERSION).to eq('1.1.0')
end

describe '.config' do
Expand Down

0 comments on commit 44ee02c

Please sign in to comment.