Skip to content

Commit

Permalink
chore: bump version to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Oct 17, 2024
1 parent 2c196d9 commit c3ebbf3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Maven Central dependency
<dependency>
<groupId>com.github.org-arl</groupId>
<artifactId>fjage</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
</dependency>

Contributing
Expand Down
7 changes: 7 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## v1.14.0

* Added `Gateway.connected` property
* Added function to serve agent store and directory listing
* Improvements to Python and JS gateways
* Numerous bug fixes

## v1.13.0

* Handle generic map objects in JSON serialization
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.14.0
2 changes: 1 addition & 1 deletion src/sphinx/fjage_quickstart.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# fjage version
VERSION=1.13.0
VERSION=1.14.0

# create the folder structure
mkdir -p build/libs etc logs samples
Expand Down

0 comments on commit c3ebbf3

Please sign in to comment.