Skip to content

Commit

Permalink
new(all):Activation code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed May 19, 2020
1 parent 5922307 commit 3c4fd1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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": "botlib",
"version": "1.5.2",
"version": "1.5.3",
"description": "General Bot base library for building Node.js TypeScript Apps packages (.gbapp) and Libray packages (.gblib)",
"main": "dist/index.js",
"types": "dist/index",
Expand Down
1 change: 1 addition & 0 deletions src/IGBInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export interface IGBInstance {
cloudLocation: string;
instanceId: number;
title: string;
activationCode: string;
description: string;
version: string;
enabledAdmin: boolean;
Expand Down

0 comments on commit 3c4fd1f

Please sign in to comment.