diff --git a/README.md b/README.md index 3c36ee71..20808d65 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 diff --git a/examples/tcr/version.txt b/examples/tcr/version.txt index 5f254d5d..deb229fe 100644 --- a/examples/tcr/version.txt +++ b/examples/tcr/version.txt @@ -1 +1 @@ -tcr 1.4.0 +tcr 1.4.1 diff --git a/tools/tcr/version.txt b/tools/tcr/version.txt index 5f254d5d..deb229fe 100644 --- a/tools/tcr/version.txt +++ b/tools/tcr/version.txt @@ -1 +1 @@ -tcr 1.4.0 +tcr 1.4.1 diff --git a/webapp/package.json b/webapp/package.json index 94e50b02..e355fe38 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "tcr", - "version": "1.4.0", + "version": "1.4.1", "scripts": { "ng": "ng", "start": "ng serve",