Skip to content

Commit

Permalink
Merge pull request #21 from healthify/bump-version
Browse files Browse the repository at this point in the history
Bump version after introduction of SamlResponse and Encryptor classes
  • Loading branch information
samudary authored Dec 6, 2019
2 parents f746810 + 948ed6c commit 5dab6fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
fake_idp (0.4.0)
fake_idp (0.5.0)
builder (>= 3.2.2)
nokogiri (>= 1.10.5)
ruby-saml-idp
Expand Down
2 changes: 1 addition & 1 deletion lib/fake_idp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FakeIdp
VERSION = "0.4.0"
VERSION = "0.5.0"
end

0 comments on commit 5dab6fb

Please sign in to comment.