Skip to content

Commit

Permalink
0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Oct 6, 2023
1 parent 623ba80 commit ef8dbb6
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
run: sudo apt update && sudo apt install -y curl wget libsmbclient
- name: Install termscp from script
run: |
./install.sh -v=0.12.2 -f
./install.sh -v=0.12.3 -f
which termscp || exit 1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license = "MIT"
name = "termscp"
readme = "README.md"
repository = "https://github.com/veeso/termscp"
version = "0.12.2"
version = "0.12.3"

[package.metadata.rpm]
package = "termscp"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</p>

<p align="center">Developed by <a href="https://veeso.dev/" target="_blank">@veeso</a></p>
<p align="center">Current version: 0.12.2 (01/10/2023)</p>
<p align="center">Current version: 0.12.3 (06/10/2023)</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT"
Expand Down
2 changes: 1 addition & 1 deletion docs/de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</p>

<p align="center">Entwickelt von <a href="https://veeso.dev/" target="_blank">@veeso</a></p>
<p align="center">Aktuelle Version: 0.12.2 (01/10/2023)</p>
<p align="center">Aktuelle Version: 0.12.3 (06/10/2023)</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT"
Expand Down
2 changes: 1 addition & 1 deletion docs/es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</p>

<p align="center">Desarrollado por <a href="https://veeso.dev/" target="_blank">@veeso</a></p>
<p align="center">Versión actual: 0.12.2 (01/10/2023)</p>
<p align="center">Versión actual: 0.12.3 (06/10/2023)</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT"
Expand Down
2 changes: 1 addition & 1 deletion docs/fr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</p>

<p align="center">Développé par <a href="https://veeso.dev/" target="_blank">@veeso</a></p>
<p align="center">Version actuelle: 0.12.2 (01/10/2023)</p>
<p align="center">Version actuelle: 0.12.3 (06/10/2023)</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT"
Expand Down
2 changes: 1 addition & 1 deletion docs/it/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</p>

<p align="center">Sviluppato da <a href="https://veeso.dev/" target="_blank">@veeso</a></p>
<p align="center">Versione corrente: 0.12.2 (01/10/2023)</p>
<p align="center">Versione corrente: 0.12.3 (06/10/2023)</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT"
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</p>

<p align="center">由 <a href="https://veeso.dev/" target="_blank">@veeso</a> 开发</p>
<p align="center">当前版本: 0.12.2 (01/10/2023)</p>
<p align="center">当前版本: 0.12.3 (06/10/2023)</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT"
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# -f, -y, --force, --yes
# Skip the confirmation prompt during installation

TERMSCP_VERSION="0.12.2"
TERMSCP_VERSION="0.12.3"
GITHUB_URL="https://github.com/veeso/termscp/releases/download/v${TERMSCP_VERSION}"
DEB_URL_AMD64="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_amd64.deb"
DEB_URL_AARCH64="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_arm64.deb"
Expand Down
6 changes: 3 additions & 3 deletions site/html/get-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2 class="text-2xl font-thin">
<span translate="getStarted.windows.moderation">Consider that Chocolatey moderation can take up to a few weeks
since last release, so if the latest version is not available yet,
you can install it downloading the ZIP file from</span>
<a href="https://github.com/veeso/termscp/releases/latest/download/termscp.0.12.2.nupkg"
<a href="https://github.com/veeso/termscp/releases/latest/download/termscp.0.12.3.nupkg"
target="_blank">Github</a>
<span translate="getStarted.windows.then">and then, from the ZIP directory, install it via</span>
</p>
Expand Down Expand Up @@ -75,7 +75,7 @@ <h3>
On Debian based distros, you can install termscp using the Deb
package via:
</p>
<pre><span class="function">wget</span> -O termscp.deb <span class="string">https://github.com/veeso/termscp/releases/latest/download/termscp_0.12.2_amd64.deb</span>
<pre><span class="function">wget</span> -O termscp.deb <span class="string">https://github.com/veeso/termscp/releases/latest/download/termscp_0.12.3_amd64.deb</span>
sudo <span class="function">dpkg</span> -i <span class="string">termscp.deb</span></pre>
</div>
<h3>
Expand All @@ -87,7 +87,7 @@ <h3>
On RedHat based distros, you can install termscp using the RPM
package via:
</p>
<pre><span class="function">wget</span> -O termscp.rpm <span class="string">https://github.com/veeso/termscp/releases/latest/download/termscp-0.12.2-1.x86_64.rpm</span>
<pre><span class="function">wget</span> -O termscp.rpm <span class="string">https://github.com/veeso/termscp/releases/latest/download/termscp-0.12.3-1.x86_64.rpm</span>
sudo <span class="function">rpm</span> -U <span class="string">termscp.rpm</span></pre>
</div>
<h3>
Expand Down
2 changes: 1 addition & 1 deletion site/html/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2 class="text-xl font-thin text-center py-6" translate="intro.caption">
</button>
<div class="p-4 my-4 text-sm text-green-800 rounded-lg bg-green-50">
<p class="text-lg">
<span translate="intro.versionAlert">termscp 0.12.2 is NOW out! Download it from</span>&nbsp;
<span translate="intro.versionAlert">termscp 0.12.3 is NOW out! Download it from</span>&nbsp;
<a href="/get-started.html" translate="intro.here">here!</a>
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion site/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"intro": {
"caption": "A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3",
"getStarted": "Get started →",
"versionAlert": "termscp 0.12.2 is NOW out! Download it from",
"versionAlert": "termscp 0.12.3 is NOW out! Download it from",
"here": "here",
"features": {
"handy": {
Expand Down
2 changes: 1 addition & 1 deletion site/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"intro": {
"caption": "Un explorador y transferencia de archivos de terminal rico en funciones, con apoyo para SCP/SFTP/FTP/S3",
"getStarted": "Para iniciar →",
"versionAlert": "termscp 0.12.2 ya está disponible! Descárgalo desde",
"versionAlert": "termscp 0.12.3 ya está disponible! Descárgalo desde",
"here": "aquì",
"features": {
"handy": {
Expand Down
2 changes: 1 addition & 1 deletion site/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"intro": {
"caption": "Un file transfer et navigateur de terminal riche en fonctionnalités avec support pour SCP/SFTP/FTP/S3",
"getStarted": "Pour commencer →",
"versionAlert": "termscp 0.12.2 est maintenant sorti! Télécharge-le depuis",
"versionAlert": "termscp 0.12.3 est maintenant sorti! Télécharge-le depuis",
"here": "ici",
"features": {
"handy": {
Expand Down
2 changes: 1 addition & 1 deletion site/lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"intro": {
"caption": "Un file transfer ed explorer ricco di funzionalità con supporto per SFTP/SCP/FTP/S3",
"getStarted": "Installa termscp →",
"versionAlert": "termscp 0.12.2 è ORA disponbile! Scaricalo da",
"versionAlert": "termscp 0.12.3 è ORA disponbile! Scaricalo da",
"here": "qui",
"features": {
"handy": {
Expand Down
2 changes: 1 addition & 1 deletion site/lang/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"intro": {
"caption": "功能丰富的终端 UI 文件传输和浏览器,支持 SCP/SFTP/FTP/S3",
"getStarted": "开始 →",
"versionAlert": "termscp 0.12.2 现已发布! 从下载",
"versionAlert": "termscp 0.12.3 现已发布! 从下载",
"here": "这里",
"features": {
"handy": {
Expand Down

0 comments on commit ef8dbb6

Please sign in to comment.