Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalshitole committed Aug 31, 2023
1 parent e666959 commit 6543c88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"solution": {
"name": "spfx-ci-cd-client-side-solution",
"id": "5a474b42-3071-448e-bad5-7a35b8dac26d",
"version": "0.0.8.0",
"version": "0.0.9.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
Expand All @@ -30,7 +30,7 @@
"title": "spfx-ci-cd Feature",
"description": "The feature that activates elements of the spfx-ci-cd solution.",
"id": "cf5e26c6-9806-4848-9aac-709c21f52f5b",
"version": "0.0.8.0"
"version": "0.0.9.0"
}
]
},
Expand All @@ -45,3 +45,4 @@




3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spfx-ci-cd",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"engines": {
"node": ">=16.13.0 <17.0.0"
Expand Down Expand Up @@ -48,3 +48,4 @@




0 comments on commit 6543c88

Please sign in to comment.