Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
saiqulhaq committed May 4, 2018
1 parent b6b50dc commit 4310c7e
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:
firebase_dynamic_link (1.0.0)
firebase_dynamic_link (1.0.1)
dry-configurable (~> 0.6, >= 0.6.0)
faraday (~> 0.9, >= 0.9.2)

Expand Down
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.0".freeze
VERSION = "1.0.1".freeze
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) { FirebaseDynamicLink.reset_config }

it "has a version number" do
expect(FirebaseDynamicLink::VERSION).to eq("1.0.0")
expect(FirebaseDynamicLink::VERSION).to eq("1.0.1")
end

describe ".config" do
Expand Down

0 comments on commit 4310c7e

Please sign in to comment.