Skip to content

Commit 7cb24d1

Browse files
author
Sandy Meister [G16]
committed
bump version
1 parent b4944ba commit 7cb24d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Setup/setup_backend.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# =============================================================================
1414

1515
$INSTALL_DIR = "C:\Program Files\Speech-to-Cobot-Backend"
16-
$RELEASE_TAG = "v1.1.4"
16+
$RELEASE_TAG = "v1.2.0"
1717
$ZIP_URL = "https://github.com/Meisdy/Speech-to-Code-Generation-for-Collaborative-Robots/releases/download/$RELEASE_TAG/stcgcr-backend.zip"
1818
$ZIP_PATH = "C:\Windows\Temp\stcgcr-backend.zip"
1919
$EXTRACT_PATH = "C:\Windows\Temp\stcgcr-backend-extract"

Setup/setup_frontend.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# =============================================================================
1616

1717
$INSTALL_DIR = "C:\Program Files\Speech-to-Cobot"
18-
$RELEASE_TAG = "v1.1.4"
18+
$RELEASE_TAG = "v1.2.0"
1919
$ZIP_URL = "https://github.com/Meisdy/Speech-to-Code-Generation-for-Collaborative-Robots/releases/download/$RELEASE_TAG/stcgcr-frontend.zip"
2020
$ZIP_PATH = "C:\Windows\Temp\stcgcr-frontend.zip"
2121
$EXTRACT_PATH = "C:\Windows\Temp\stcgcr-frontend-extract"

0 commit comments

Comments
 (0)