Skip to content

Commit

Permalink
Preparing for a 1.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulu-Inuoe committed Dec 21, 2023
1 parent c128931 commit 0e5b445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## PENDING v1.1.3
## v1.1.3

Changes relative to [v1.1.2](#v112)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jzon

A correct and safe(er) JSON [RFC 8259][JSONRFC] parser with sane defaults.
A correct and safe(er) JSON [RFC 8259][JSONRFC] reader/writer with sane defaults.

Please see the section [Motivation and Features](#motivation-and-features) for a set of motivations driving jzon and why you should consider it over the other hundred options available for JSON in CL.

Expand Down
2 changes: 1 addition & 1 deletion src/com.inuoe.jzon.asd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defsystem #:com.inuoe.jzon
:version "1.1.3"
:description "A correct and safe(er) JSON RFC 8259 parser with sane defaults."
:description "A correct and safe(r) JSON RFC 8259 reader/writer with sane defaults."
:author "Wilfredo Velázquez-Rodríguez <zulu.inuoe@gmail.com>"
:license "MIT"
:depends-on (#:closer-mop
Expand Down

0 comments on commit 0e5b445

Please sign in to comment.