Skip to content

Commit

Permalink
Merge pull request #1605 from NASA-AMMOS/release/v3-1-1
Browse files Browse the repository at this point in the history
Release v3.1.1
  • Loading branch information
dandelany authored Nov 16, 2024
2 parents 84d78d3 + 4565b4c commit 9543ba8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publishing.version=
# Override for releases

# Change the version number here
version.number=3.1.0
version.number=3.1.1

# If you are publishing a release *manually* (i.e. not through github actions),
# override this on the command line with `./gradlew publish -Pversion.isRelease=true`.
Expand Down
4 changes: 2 additions & 2 deletions sequencing-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sequencing-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sequencing-server",
"version": "3.1.0",
"version": "3.1.1",
"description": "Aerie sequencing server",
"type": "module",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import javax.json.stream.JsonGenerator;

public class Main {
private static final String VERSION = "v2.16.0";
private static final String VERSION = "v3.1.1";
private static final String FOOTER = "\nStateless Aerie "+VERSION;

private static final Option HELP_OPTION = new Option("h", "help", false, "display this message and exit");
Expand Down

0 comments on commit 9543ba8

Please sign in to comment.