Skip to content

Commit

Permalink
Fix and bump version (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaumik-Ashraf authored Jun 6, 2024
1 parent 69e84a7 commit 4d3de36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
/docs/yard
.yardoc
node_modules

*.gem
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:
ipa_test_kit (0.3.4)
ipa_test_kit (0.4.1)
inferno_core (>= 0.4.37)
smart_app_launch_test_kit (~> 0.3)
tls_test_kit (~> 0.2.0)
Expand Down Expand Up @@ -179,7 +179,7 @@ GEM
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0507)
mime-types-data (3.2024.0604)
minitest (5.23.1)
multi_json (1.15.0)
multi_xml (0.7.1)
Expand Down Expand Up @@ -272,7 +272,7 @@ GEM
strscan (3.1.0)
thor (1.2.2)
tilt (2.3.0)
tls_test_kit (0.2.1)
tls_test_kit (0.2.2)
inferno_core (>= 0.4.2)
tty-color (0.6.0)
tty-markdown (0.7.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/ipa_test_kit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IpaTestKit
VERSION = '0.4.0'
VERSION = '0.4.1'
end

0 comments on commit 4d3de36

Please sign in to comment.