Skip to content

Commit 892c1ce

Browse files
committed
Bump version to 1.4.4 across project files
Updated version numbers to 1.4.4 in PKGBUILD, PKGBUILD-BIN, package.json, Cargo.toml, and Cargo.lock to prepare for a new release.
1 parent 7407fc9 commit 892c1ce

File tree

5 files changed

+6
-6
lines changed

5 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.4
2+
pkgver=1.4.4
33
pkgrel=1
44
pkgdesc="Full local Termius alternative for Linux"
55
arch=('x86_64')

PKGBUILD-BIN

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "rustmius",
33
"private": true,
4-
"version": "1.3.4",
4+
"version": "1.4.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",
99
"preview": "vite preview",
1010
"tauri": "tauri",
11-
"lint" : "vue-tsc --noEmit",
11+
"lint": "vue-tsc --noEmit",
1212
"knip": "knip"
1313
},
1414
"dependencies": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustmius"
3-
version = "1.3.4"
3+
version = "1.4.4"
44
description = "Full local Termius alternative for Linux"
55
authors = ["Cleboost"]
66
edition = "2021"

0 commit comments

Comments
 (0)