Skip to content

Commit 4548696

Browse files
authored
Update README.md for release 20240205
1 parent f0308a3 commit 4548696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ JSON in Java [package org.json]
1010
[![Java CI with Maven](https://github.com/stleary/JSON-java/actions/workflows/pipeline.yml/badge.svg)](https://github.com/stleary/JSON-java/actions/workflows/pipeline.yml)
1111
[![CodeQL](https://github.com/stleary/JSON-java/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/stleary/JSON-java/actions/workflows/codeql-analysis.yml)
1212

13-
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20231013/json-20231013.jar)**
13+
**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20240205/json-20240205.jar)**
1414

1515

1616
# Overview
@@ -26,7 +26,7 @@ Project goals include:
2626
* No external dependencies
2727
* Fast execution and low memory footprint
2828
* Maintain backward compatibility
29-
* Designed and tested to use on Java versions 1.8 - 21
29+
* Designed and tested to use on Java versions 1.6 - 21
3030

3131

3232
The files in this package implement JSON encoders and decoders. The package can also convert between JSON and XML, HTTP headers, Cookies, and CDL.

0 commit comments

Comments
 (0)