@vue-pdf-viewer/viewer 1.0.0-rc.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,6 +35,6 @@ Here are some sample projects to get started on Vue PDF Viewer quickly:
35
35
 
36
36
  ## License
37
37
 
38
- Vue PDF Viewer is distributed under our proprietary license. Please refer to our [License page](https://www.vue-pdf-viewer/license-agreement) file for more details.
38
+ Vue PDF Viewer is distributed under our proprietary license. Please refer to our [License page](https://www.vue-pdf-viewer.dev/license-agreement) file for more details.
39
39
 
40
40
  If you would like to use Vue PDF Viewer commercially, please purchase a license from [our website](https://www.vue-pdf-viewer.dev) or reach out to us directly at [david@vue-pdf-viewer.dev](mailto:david@vue-pdf-viewer.dev).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue-pdf-viewer/viewer",
3
3
  "private": false,
4
- "version": "1.0.0-rc.0",
4
+ "version": "1.0.1",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.mjs",
7
7
  "description": "The PDF Viewer component for Vue 3 and Nuxt",