bump version
This commit is contained in:
parent
2b24229cb0
commit
6416860e68
|
@ -30,6 +30,7 @@ This sample shows how the [Visio JavaScript APIs](https://docs.microsoft.com/off
|
|||
|
||||
| Version | Date | Comments |
|
||||
| ------- | ------------------ | -------------------- |
|
||||
| 1.6 | August 25, 2020 | Update to SPFx 1.11.0 |
|
||||
| 1.5 | February 20, 2019 | Update to SPFx 1.10.0 |
|
||||
| 1.4 | September 20, 2019 | Update to SPFx 1.9.1 |
|
||||
| 1.3 | April 4, 2019 | Update readme |
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"solution": {
|
||||
"name": "react-visio-client-side-solution",
|
||||
"id": "0ad401f1-b158-4626-8e71-cf27b1f4848d",
|
||||
"version": "1.0.0.0",
|
||||
"version": "1.6.0.0",
|
||||
"includeClientSideAssets": true,
|
||||
"skipFeatureDeployment": true,
|
||||
"isDomainIsolated": false,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-visio",
|
||||
"version": "0.0.1",
|
||||
"version": "1.6.0",
|
||||
"private": true,
|
||||
"main": "lib/index.js",
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue