Skip to content

Commit a1c12c0

Browse files
committed
1.0.3
1 parent c2b1e1c commit a1c12c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
json_schemer (1.0.2)
4+
json_schemer (1.0.3)
55
hana (~> 1.3)
66
regexp_parser (~> 2.0)
77
simpleidn (~> 0.2)
@@ -13,7 +13,7 @@ GEM
1313
hana (1.3.7)
1414
minitest (5.15.0)
1515
rake (13.0.6)
16-
regexp_parser (2.6.1)
16+
regexp_parser (2.8.1)
1717
simplecov (0.22.0)
1818
docile (~> 1.1)
1919
simplecov-html (~> 0.11)

lib/json_schemer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module JSONSchemer
3-
VERSION = '1.0.2'
3+
VERSION = '1.0.3'
44
end

0 commit comments

Comments
 (0)