video-context-mcp-server 1.1.3 → 1.1.4
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.
- package/README.md +2 -2
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -858,9 +858,9 @@ When a free-tier limit is reached, the tool falls back gracefully with a notice
|
|
|
858
858
|
|
|
859
859
|
License keys are valid for **1 year**.
|
|
860
860
|
|
|
861
|
-
🚀 LAUNCH PROMO
|
|
861
|
+
🚀 LAUNCH PROMO
|
|
862
862
|
|
|
863
|
-
For a limited time, you can get a PRO license for
|
|
863
|
+
For a limited time, you can get a PRO license for just $10. The license is valid for 1 year.
|
|
864
864
|
|
|
865
865
|
**[Purchase a Pro License on Gumroad](https://jeromekph.gumroad.com/l/video-context-mcp)**
|
|
866
866
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.1.
|
|
1
|
+
export declare const VERSION = "1.1.4";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED