Skip to content

Commit 18f6193

Browse files
increment $VERSION after 0.020 release
1 parent 0b56c19 commit 18f6193

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for JSON-Schema-Tiny
22

3+
{{$NEXT}}
4+
35
0.020 2023-04-12 03:28:28Z
46
- update test results and exemptions for TJSA 1.019
57

lib/JSON/Schema/Tiny.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package JSON::Schema::Tiny;
44
# ABSTRACT: Validate data against a schema, minimally
55
# KEYWORDS: JSON Schema data validation structure specification tiny
66

7-
our $VERSION = '0.020';
7+
our $VERSION = '0.021';
88

99
use 5.020; # for unicode_strings, signatures, postderef features
1010
use experimental 0.026 qw(signatures postderef args_array_with_signatures);

0 commit comments

Comments
 (0)