Skip to content

Commit 15224de

Browse files
authored
chore: bump version to 1.5.0 (#60)
- Update version in package.json - Update version in Cargo.toml - Update pkgver in PKGBUILD and PKGBUILD-BIN
1 parent f6b52de commit 15224de

File tree

5 files changed

+5
-5
lines changed

5 files changed

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

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.4.4",
4+
"version": "1.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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.4.4"
3+
version = "1.5.0"
44
description = "Full local Termius alternative for Linux"
55
authors = ["Cleboost"]
66
edition = "2021"

0 commit comments

Comments
 (0)