From 7dea2a09a3e4b75f50dab3b5cc237061081d1faf Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 20 Sep 2024 00:02:46 +0500 Subject: [PATCH] Bump Cursor module version in README to 1.0.18 --- cursor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cursor/README.md b/cursor/README.md index 6a1a0f0..a62743b 100644 --- a/cursor/README.md +++ b/cursor/README.md @@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/cursor-coder) ```tf module "cursor" { source = "registry.coder.com/modules/cursor/coder" - version = "1.0.15" + version = "1.0.18" agent_id = coder_agent.example.id } ``` @@ -28,7 +28,7 @@ module "cursor" { ```tf module "cursor" { source = "registry.coder.com/modules/cursor/coder" - version = "1.0.15" + version = "1.0.18" agent_id = coder_agent.example.id folder = "/home/coder/project" }