Skip to content

Commit 6182873

Browse files
committed
fix(cursor): updated version of cursor module to 1.1.0
1 parent c7f66d3 commit 6182873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

registry/coder/modules/cursor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1717
module "cursor" {
1818
count = data.coder_workspace.me.start_count
1919
source = "registry.coder.com/coder/cursor/coder"
20-
version = "1.0.19"
20+
version = "1.1.0"
2121
agent_id = coder_agent.example.id
2222
}
2323
```
@@ -30,7 +30,7 @@ module "cursor" {
3030
module "cursor" {
3131
count = data.coder_workspace.me.start_count
3232
source = "registry.coder.com/coder/cursor/coder"
33-
version = "1.0.19"
33+
version = "1.1.0"
3434
agent_id = coder_agent.example.id
3535
folder = "/home/coder/project"
3636
}

0 commit comments

Comments
 (0)