Skip to content

Commit

Permalink
Bump version to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxninjaops committed Dec 26, 2023
1 parent 2f5f9b5 commit f2a7070
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluxninja/aperture-js",
"version": "2.4.4",
"version": "2.8.0",
"description": "Flow control SDK that interfaces with FluxNinja Aperture Agents",
"main": "./lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const PROTO_PATH = path.resolve(
// The name of the library.
export const LIBRARY_NAME = "@fluxninja/aperture-js";
// The version of the library.
export const LIBRARY_VERSION = "2.4.4";
export const LIBRARY_VERSION = "2.8.0";
// Label to hold source of flow.
export const SOURCE_LABEL = "aperture.source";
// Label to hold status of the flow.
Expand Down

0 comments on commit f2a7070

Please sign in to comment.