Skip to content

Commit

Permalink
Bump tcr from 1.4.0 to 1.4.1 in readme, examples and internal tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Feb 26, 2025
1 parent e82ca6c commit 0014f66
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ TCR for various language/toolchain combinations.
2. Extract TCR executable (replace with the appropriate version and architecture)

```shell
tar zxf tcr_1.4.0_Darwin_x86_64.tar.gz
tar zxf tcr_1.4.1_Darwin_x86_64.tar.gz
```

3. Launch TCR
Expand All @@ -185,7 +185,7 @@ TCR for various language/toolchain combinations.
2. Extract TCR executable (replace with the appropriate version and architecture)

```shell
tar zxf tcr_1.4.0_Linux_x86_64.tar.gz
tar zxf tcr_1.4.1_Linux_x86_64.tar.gz
```

3. Launch TCR
Expand All @@ -204,7 +204,7 @@ TCR for various language/toolchain combinations.
2. Extract TCR executable (replace with the appropriate version and architecture)

```shell
tar zxf tcr_1.4.0_Windows_x86_64.tar.gz
tar zxf tcr_1.4.1_Windows_x86_64.tar.gz
```

3. Launch TCR
Expand Down
2 changes: 1 addition & 1 deletion examples/tcr/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tcr 1.4.0
tcr 1.4.1
2 changes: 1 addition & 1 deletion tools/tcr/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tcr 1.4.0
tcr 1.4.1
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tcr",
"version": "1.4.0",
"version": "1.4.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit 0014f66

Please sign in to comment.