Skip to content

Commit

Permalink
Updated version to v3.12.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed May 6, 2020
1 parent 1435dc5 commit 9d22739
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Current version

![Current version](https://img.shields.io/badge/version-3.12.0-green.svg)
![Current version](https://img.shields.io/badge/version-3.12.1-green.svg)

**Get the latest release at our [releases page](https://github.com/microsoft-search/pnp-modern-search/releases/latest).**

Expand Down
4 changes: 2 additions & 2 deletions search-parts/config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"solution": {
"name": "PnP Modern Search - Search Web Parts",
"id": "890affef-33e0-4d72-bd72-36399e02143b",
"version": "3.12.0.0",
"version": "3.12.1.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false
},
"paths": {
"zippedPackage": "solution/pnp-modern-search-parts.sppkg"
}
}
}
4 changes: 2 additions & 2 deletions search-parts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pnp-modern-search",
"version": "3.12.0",
"version": "3.12.1",
"private": true,
"engines": {
"node": ">=0.10.0"
Expand Down Expand Up @@ -90,4 +90,4 @@
"resolutions": {
"@types/react": "16.8.8"
}
}
}

0 comments on commit 9d22739

Please sign in to comment.