Skip to content

Commit

Permalink
chore: bump version to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mchitre committed Nov 20, 2023
1 parent 5e3dcc6 commit 7d6373b
Show file tree
Hide file tree
Showing 4 changed files with 9 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.12.0</version>
<version>1.12.1</version>
</dependency>

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

## v1.12.1

* Use LONG_OR_DOUBLE parsing for JSON
* Change remote gateway naming to avoid use of "@"
* Get slave containers to update watch list to optimize network traffic

## v1.12.0

* Allow named params to match with param enums in get()
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.12.1
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.12.0
VERSION=1.12.1

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

0 comments on commit 7d6373b

Please sign in to comment.