Skip to content

Commit

Permalink
Merge pull request #25 from inferno-framework/version-update
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
karlnaden authored Jul 9, 2024
2 parents 16cb96a + f748706 commit 2df2c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
davinci_pdex_test_kit (0.10.2)
davinci_pdex_test_kit (0.10.3)
bulk_data_test_kit (~> 0.10)
inferno_core (~> 0.4.38)
us_core_test_kit (~> 0.7.1)
Expand Down Expand Up @@ -181,7 +181,7 @@ GEM
thor (~> 1.2.1)
tty-markdown (~> 0.7.1)
io-console (0.7.2)
irb (1.13.2)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json-jwt (1.15.3.1)
Expand Down Expand Up @@ -316,7 +316,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
us_core_test_kit (0.7.1)
us_core_test_kit (0.7.2)
inferno_core (>= 0.4.37)
smart_app_launch_test_kit (>= 0.4.0)
tls_test_kit (~> 0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/davinci_pdex_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DaVinciPDexTestKit
VERSION = '0.10.2'
VERSION = '0.10.3'
end

0 comments on commit 2df2c8c

Please sign in to comment.