Skip to content

Commit e0cb7fa

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents f576246 + a0d8e24 commit e0cb7fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
/* https://github.com/braun-daniel/devcontainer-features/blob/main/src/fzf */
8989
"ghcr.io/braun-daniel/devcontainer-features/fzf:1": {}
9090
},
91-
"postCreateCommand": "curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.3.7/install.sh | bash",
91+
"postCreateCommand": "curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.4.0/install.sh | bash",
9292
"remoteUser": "root",
9393
"containerUser": "root"
9494
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Claude CodePro can be installed into any existing project:
3636
2. Run this command in the terminal:
3737

3838
```bash
39-
curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.3.7/install.sh | bash
39+
curl -fsSL https://raw.githubusercontent.com/maxritter/claude-codepro/v3.4.0/install.sh | bash
4040
```
4141

4242
3. Reopen in Container: `Cmd+Shift+P` → "Dev Containers: Reopen in Container"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -e
77

88
# Version updated by semantic-release
9-
VERSION="3.3.7"
9+
VERSION="3.4.0"
1010

1111
REPO="maxritter/claude-codepro"
1212
REPO_RAW="https://raw.githubusercontent.com/${REPO}/v${VERSION}"

installer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Claude CodePro Installer - Professional step-based installation pipeline."""
22

3-
__version__ = "3.3.7"
3+
__version__ = "3.4.0"
44
__build__ = "dev" # Updated by CI during release builds

0 commit comments

Comments
 (0)