From 540e2e88e42f3b73e64df27fcd69f96d6686b8b8 Mon Sep 17 00:00:00 2001 From: step- Date: Thu, 13 Aug 2020 21:50:39 +0200 Subject: [PATCH] Update README and bump version to 1.4. --- JSON.awk | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/JSON.awk b/JSON.awk index 71654f8..a8c5131 100755 --- a/JSON.awk +++ b/JSON.awk @@ -1,8 +1,8 @@ #!/usr/bin/awk -f # # Software: JSON.awk - a practical JSON parser written in awk -# Version: 1.3.1 -# Copyright (c) 2013-2019, step +# Version: 1.4 +# Copyright (c) 2013-2020, step # License: MIT or Apache 2 # Project home: https://github.com/step-/JSON.awk # Credits: https://github.com/step-/JSON.awk#credits diff --git a/README.md b/README.md index dcd8651..92f69e1 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Introduction JSON.awk is a self-contained, single-file program with no external dependencies. It is similar to [JSON.sh](https://github.com/dominictarr/JSON.sh), a JSON parser written in Bash -- retrieved on 2013-03-13 to form the basis for -JSON.awk. Since then, the two projects have taken separate paths, so you -will not find all of JSON.sh features in JSON.awk, and viceversa. +JSON.awk. Since then the projects have separated their development paths, each +one adding new features that you will not find in the other. Features -------- @@ -30,8 +30,8 @@ Supported Platforms All OS platforms for which a POSIX awk implementation is available. Special cases: -* FreeBSD [»10](https://github.com/step-/JSON.awk/issues/10) -* mac OSX [»15](https://github.com/step-/JSON.awk/issues/15) +* macOS and FreeBSD [»10](https://github.com/step-/JSON.awk/issues/10) +* macOS [»15](https://github.com/step-/JSON.awk/issues/15) Installing ----------