Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit dfe69f2

Browse files
chore: bump version to 1.0.11 in README.md files (#221)
Co-authored-by: matifali <[email protected]>
1 parent e8f6578 commit dfe69f2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

git-commit-signing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This module has a chance of conflicting with the user's dotfiles / the personali
1919
```tf
2020
module "git-commit-signing" {
2121
source = "registry.coder.com/modules/git-commit-signing/coder"
22-
version = "1.0.9"
22+
version = "1.0.11"
2323
agent_id = coder_agent.example.id
2424
}
2525
```

jetbrains-gateway/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This module adds a JetBrains Gateway Button to open any workspace with a single
1414
```tf
1515
module "jetbrains_gateway" {
1616
source = "registry.coder.com/modules/jetbrains-gateway/coder"
17-
version = "1.0.9"
17+
version = "1.0.11"
1818
agent_id = coder_agent.example.id
1919
agent_name = "example"
2020
folder = "/home/coder/example"
@@ -32,7 +32,7 @@ module "jetbrains_gateway" {
3232
```tf
3333
module "jetbrains_gateway" {
3434
source = "registry.coder.com/modules/jetbrains-gateway/coder"
35-
version = "1.0.9"
35+
version = "1.0.11"
3636
agent_id = coder_agent.example.id
3737
agent_name = "example"
3838
folder = "/home/coder/example"

vscode-web/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Automatically install [Visual Studio Code Server](https://code.visualstudio.com/
1414
```tf
1515
module "vscode-web" {
1616
source = "registry.coder.com/modules/vscode-web/coder"
17-
version = "1.0.10"
17+
version = "1.0.11"
1818
agent_id = coder_agent.example.id
1919
accept_license = true
2020
}
@@ -29,7 +29,7 @@ module "vscode-web" {
2929
```tf
3030
module "vscode-web" {
3131
source = "registry.coder.com/modules/vscode-web/coder"
32-
version = "1.0.10"
32+
version = "1.0.11"
3333
agent_id = coder_agent.example.id
3434
install_prefix = "/home/coder/.vscode-web"
3535
folder = "/home/coder"
@@ -42,7 +42,7 @@ module "vscode-web" {
4242
```tf
4343
module "vscode-web" {
4444
source = "registry.coder.com/modules/vscode-web/coder"
45-
version = "1.0.10"
45+
version = "1.0.11"
4646
agent_id = coder_agent.example.id
4747
extensions = ["github.copilot", "ms-python.python", "ms-toolsai.jupyter"]
4848
accept_license = true
@@ -56,7 +56,7 @@ Configure VS Code's [settings.json](https://code.visualstudio.com/docs/getstarte
5656
```tf
5757
module "vscode-web" {
5858
source = "registry.coder.com/modules/vscode-web/coder"
59-
version = "1.0.10"
59+
version = "1.0.11"
6060
agent_id = coder_agent.example.id
6161
extensions = ["dracula-theme.theme-dracula"]
6262
settings = {

0 commit comments

Comments
 (0)