Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davishmcclurg committed Jun 14, 2023
1 parent c2b1e1c commit a1c12c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
json_schemer (1.0.2)
json_schemer (1.0.3)
hana (~> 1.3)
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
Expand All @@ -13,7 +13,7 @@ GEM
hana (1.3.7)
minitest (5.15.0)
rake (13.0.6)
regexp_parser (2.6.1)
regexp_parser (2.8.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down
2 changes: 1 addition & 1 deletion lib/json_schemer/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module JSONSchemer
VERSION = '1.0.2'
VERSION = '1.0.3'
end

0 comments on commit a1c12c0

Please sign in to comment.