Skip to content

Commit 2aff889

Browse files
chore: bump module versions (minor)
Co-authored-by: matifali <[email protected]>
1 parent 699d7da commit 2aff889

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

registry/coder/modules/cursor/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1616
module "cursor" {
1717
count = data.coder_workspace.me.start_count
1818
source = "registry.coder.com/coder/cursor/coder"
19-
version = "1.2.1"
19+
version = "1.3.0"
2020
agent_id = coder_agent.example.id
2121
}
2222
```
@@ -29,7 +29,7 @@ module "cursor" {
2929
module "cursor" {
3030
count = data.coder_workspace.me.start_count
3131
source = "registry.coder.com/coder/cursor/coder"
32-
version = "1.2.1"
32+
version = "1.3.0"
3333
agent_id = coder_agent.example.id
3434
folder = "/home/coder/project"
3535
}
@@ -43,7 +43,7 @@ Provide a JSON-encoded string via the `mcp` input. When set, the module writes t
4343
module "cursor" {
4444
count = data.coder_workspace.me.start_count
4545
source = "registry.coder.com/coder/cursor/coder"
46-
version = "1.2.1"
46+
version = "1.3.0"
4747
agent_id = coder_agent.example.id
4848
mcp = jsonencode({
4949
servers = {

0 commit comments

Comments
 (0)