@pwrdrvr/microapps-publish 0.2.7 → 0.2.8

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
@@ -19,7 +19,7 @@
19
19
 
20
20
  # Video Preview of Deploying an App
21
21
 
22
- ![Video Preview of Deploying an App](https://raw.githubusercontent.com/pwrdrvr/microapps-core/blob/main/assets/videos/microapps-publish-demo-deploy.gif)
22
+ ![Video Preview of Deploying an App](https://raw.githubusercontent.com/pwrdrvr/microapps-core/main/assets/videos/microapps-publish-demo-deploy.gif)
23
23
 
24
24
  # Installation
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pwrdrvr/microapps-publish",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Publish tool for deploying apps and updates",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.ts",