Skip to content

Commit 00d9c52

Browse files
committed
Fixed version in README.md
1 parent 5d487cd commit 00d9c52

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The easiest way to use this library is to include it as a dependency in your Mav
1414
<dependency>
1515
<groupId>com.ibm.jsonata4java</groupId>
1616
<artifactId>JSONata4Java</artifactId>
17-
<version>2.6.2</version>
17+
<version>2.6.1</version>
1818
</dependency>
1919
```
2020

@@ -51,8 +51,8 @@ Note: to build and deploy the jars to Maven Central you need to use a command li
5151
`mvn clean install deploy -Prelease`
5252

5353
Once you have run the launcher, you can find the jar files in the /target directory. There are two&colon;
54-
* **JSONata4Java-2.6.2-jar-with-dependencies.jar** (thinks includes dependent jar files)
55-
* **JSONata4Java-2.6.2.jar** (only the JSONata4Java code)
54+
* **JSONata4Java-2.6.1-jar-with-dependencies.jar** (thinks includes dependent jar files)
55+
* **JSONata4Java-2.6.1.jar** (only the JSONata4Java code)
5656

5757
The com.api.jsonata4java.Tester program enables you to enter an expression and run it
5858
against the same JSON as is used at the https://try.jsonata.org site. You can also
@@ -64,6 +64,8 @@ against the same JSON as is used at the https://try.jsonata.org site.
6464

6565

6666
### Fixes ###
67+
Issue 401 fixed a problem where we didn't allow ArrayContext types as argument 1 for max
68+
6769
Issue 366 fixed a problem where the less than and greater than fields for sorting were interpreted the opposite from jsonata
6870

6971
Issue 313 fixed a problem with duplicates in the spread function

0 commit comments

Comments
 (0)