Skip to content

Commit 0e1831d

Browse files
committed
Bump version to 2.12.0
1 parent 644f6b4 commit 0e1831d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fluxninja/aperture-js",
3-
"version": "2.4.5",
3+
"version": "2.12.0",
44
"description": "Flow control SDK that interfaces with FluxNinja Aperture Agents",
55
"main": "./lib/index.js",
66
"scripts": {

sdk/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const PROTO_PATH = path.resolve(
1111
// The name of the library.
1212
export const LIBRARY_NAME = "@fluxninja/aperture-js";
1313
// The version of the library.
14-
export const LIBRARY_VERSION = "2.4.5";
14+
export const LIBRARY_VERSION = "2.12.0";
1515
// Label to hold source of flow.
1616
export const SOURCE_LABEL = "aperture.source";
1717
// Label to hold status of the flow.

0 commit comments

Comments
 (0)