Skip to content

Commit a560393

Browse files
committed
Bump version to 1.3.4 and update metadata
Updated version numbers to 1.3.4 in PKGBUILD, PKGBUILD-BIN, package.json, and Cargo.toml. Also revised package descriptions for consistency and reset pkgrel in PKGBUILD-BIN.
1 parent 10b7cf0 commit a560393

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=rustmius
2-
pkgver=1.3.3
2+
pkgver=1.3.4
33
pkgrel=1
44
pkgdesc="Full local Termius alternative for Linux"
55
arch=('x86_64')

PKGBUILD-BIN

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname=rustmius-bin
2-
pkgver=1.3.3
3-
pkgrel=2
2+
pkgver=1.3.4
3+
pkgrel=1
44
pkgdesc="Full local Termius alternative for Linux"
55
arch=('x86_64')
66
url="https://github.com/Cleboost/Rustmius"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rustmius",
33
"private": true,
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustmius"
3-
version = "0.1.0"
4-
description = "A Tauri App"
3+
version = "1.3.4"
4+
description = "Full local Termius alternative for Linux"
55
authors = ["Cleboost"]
66
edition = "2021"
77

0 commit comments

Comments
 (0)