Skip to content

Commit 9b34452

Browse files
committed
Version numbers
1 parent 87ccc95 commit 9b34452

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/gainsight_nxt/actions/create-or-update-company/create-or-update-company.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "gainsight_nxt-create-or-update-company",
55
name: "Create or Update Company",
66
description: "Create or update a company record. [See the documentation](https://support.gainsight.com/gainsight_nxt/API_and_Developer_Docs/Company_and_Relationship_API/Company_API_Documentation#Parameters)",
7-
version: "0.0.{{ts}}",
7+
version: "0.0.1",
88
type: "action",
99
props: {
1010
app,

components/gainsight_nxt/actions/create-or-update-custom-object/create-or-update-custom-object.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "gainsight_nxt-create-or-update-custom-object",
55
name: "Create or Update Custom Object",
66
description: "Create or update a custom object record. [See the documentation](https://support.gainsight.com/gainsight_nxt/API_and_Developer_Docs/Custom_Object_API/Gainsight_Custom_Object_API_Documentation#Insert_API)",
7-
version: "0.0.{{ts}}",
7+
version: "0.0.1",
88
type: "action",
99
props: {
1010
app,

components/gainsight_nxt/actions/create-or-update-person/create-or-update-person.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "gainsight_nxt-create-or-update-person",
55
name: "Create or Update Person",
66
description: "Create or update a person's record. [See the documentation](https://support.gainsight.com/gainsight_nxt/API_and_Developer_Docs/Person_API/People_API_Documentation#Person)",
7-
version: "0.0.{{ts}}",
7+
version: "0.0.1",
88
type: "action",
99
props: {
1010
app,

0 commit comments

Comments
 (0)