Skip to content

Commit 3ff36c9

Browse files
committed
Correct release number in cabal file
1 parent 6f3c9f3 commit 3ff36c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Revision history for json-syntax
22

3-
## 0.3.0.0 -- 2025-07-14
3+
## 0.3.0.1 -- 2025-07-14
44

55
* Switch from ShortText to Text. In many cases, this makes it possible for the
66
resulting Value to share the input byte array instead of allocating additional

json-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: json-syntax
3-
version: 0.2.7.2
3+
version: 0.3.0.1
44
synopsis: High-performance JSON parser and encoder
55
description:
66
This library parses JSON into a @Value@ type that is consistent with the

0 commit comments

Comments
 (0)