diff --git a/packages/rangelink-vscode-extension/README.md b/packages/rangelink-vscode-extension/README.md index 9f524563..c4ecb4ba 100644 --- a/packages/rangelink-vscode-extension/README.md +++ b/packages/rangelink-vscode-extension/README.md @@ -581,6 +581,7 @@ Curious about how RangeLink came to be or want to contribute? - 🐔 **[About the Logo](https://github.com/couimet/rangelink#about-the-logo)** - Free-range chickens, precision, and Pi (yes, really) - 🏗️ **[Architecture & Monorepo](https://github.com/couimet/rangelink#monorepo-structure)** - How it's built and organized - 🤝 **[Contributing Guide](https://github.com/couimet/rangelink/blob/main/CONTRIBUTING.md)** - Help make RangeLink even better +- 🌐 **[Project Page on ouimet.info](https://ouimet.info/projects/rangelink-extension.html)** - Maintainer's project page for RangeLink ## License diff --git a/packages/rangelink-vscode-extension/package.json b/packages/rangelink-vscode-extension/package.json index 42fbcde8..b822a75f 100644 --- a/packages/rangelink-vscode-extension/package.json +++ b/packages/rangelink-vscode-extension/package.json @@ -980,5 +980,6 @@ "vscode": "^1.49.0" }, "icon": "icon.png", - "nextTargetVersion": "1.1.0" + "nextTargetVersion": "1.1.0", + "pricing": "Free" }