@microsoft/teams-manifest 0.1.3-beta.2023110805.0 → 0.1.3-beta.2023110907.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Microsoft Teams Framework (TeamsFx)
1
+ Microsoft Teams Toolkit for Visual Studio Code and Teams Toolkit CLI
2
2
 
3
3
  Copyright (c) Microsoft Corporation.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teams-manifest",
3
- "version": "0.1.3-beta.2023110805.0",
3
+ "version": "0.1.3-beta.2023110907.0",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -60,5 +60,5 @@
60
60
  "npx eslint --cache --fix --quiet"
61
61
  ]
62
62
  },
63
- "gitHead": "81a35432e3a6dc1ddd6833d643154a55708b2465"
63
+ "gitHead": "73d652eb93b2cfb5b3f0c8bcf83a2d2db1e0a177"
64
64
  }