diff --git a/README.md b/README.md index 66ecccc..19abd52 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ It will recognize the which platform and architecture to download and will execu Download and execute the installation script by using the following command; ```bash -curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/release/1.1/install.sh | sudo bash -E +curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/release/1.2/install.sh | sudo bash -E ``` #### Windows (Powershell 5.1 or higher) @@ -82,7 +82,7 @@ curl -fsSL https://raw.githubusercontent.com/yusufcanb/tlm/release/1.1/install.s Download and execute the installation script by using the following command; ```powershell -Invoke-RestMethod -Uri https://raw.githubusercontent.com/yusufcanb/tlm/release/1.1/install.ps1 | Invoke-Expression +Invoke-RestMethod -Uri https://raw.githubusercontent.com/yusufcanb/tlm/release/1.2/install.ps1 | Invoke-Expression ``` ### Go Install diff --git a/VERSION b/VERSION index b123147..ea710ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1 \ No newline at end of file +1.2 \ No newline at end of file