Skip to content

Commit

Permalink
Changes for v1 release on github
Browse files Browse the repository at this point in the history
  • Loading branch information
sshanks-kx committed Sep 6, 2022
1 parent 30cc9fe commit ac74a4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ KDB+ IPC interface for the Java programming language. This will allow your appli
- serialize/deserialize KDB+ formatted data
- act as a server for a KDB+ instance

## Releases

Latest release can be downloaded [here](https://github.com/KxSystems/javakdb/releases). The github master branch will contain the latest development version for testing prior to release (may contain planned major version changes).

## Documentation

Documentation outlining the functionality available for this interface can be found [here](https://code.kx.com/v2/interfaces/java-client-for-q/).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.kx.javakdb</groupId>
<artifactId>javakdb</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>

<name>JavaKDB</name>
Expand Down

0 comments on commit ac74a4b

Please sign in to comment.