Skip to content

Commit 6e5ff99

Browse files
committed
Bump version to 1.6.1
Update version numbers to 1.6.1 in PKGBUILD, PKGBUILD-BIN, package.json, Cargo.toml, and Cargo.lock for a new release.
1 parent 8ff94a5 commit 6e5ff99

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.5.1
2+
pkgver=1.6.1
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.5.1
2+
pkgver=1.6.1
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.5.1",
4+
"version": "1.6.1",
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.5.1"
3+
version = "1.6.1"
44
description = "Full local Termius alternative for Linux"
55
authors = ["Cleboost"]
66
edition = "2021"

0 commit comments

Comments
 (0)