Skip to content

Commit

Permalink
0.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerDurham committed Jan 25, 2023
1 parent 02d7f35 commit 3d85697
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "SPFX Viva Connections Extensions",
"id": "4601df9c-7a93-4923-a840-e36ea4a9ba1f",
"version": "0.6.10.0",
"version": "0.6.11.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
Expand Down
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": "spfx-viva-connections-extensions",
"version": "0.6.10",
"version": "0.6.11",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/common/version-info.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is automatically generated from ./tools/pre-version.js
// DO NOT MODIFY!cd
const VersionInfo = { package: "0.6.10", solution: "0.6.10.0" };
const VersionInfo = { package: "0.6.11", solution: "0.6.11.0" };
export default VersionInfo;

0 comments on commit 3d85697

Please sign in to comment.