Skip to content

Commit 496d77b

Browse files
committed
Bump version to 0.3.1 in Cargo and PKGBUILD files
1 parent ed4546a commit 496d77b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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.

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 = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55

66
[dependencies]

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=rustmius
2-
pkgver=0.3.0
2+
pkgver=0.3.1
33
pkgrel=1
44
pkgdesc="Full local Termius alternative for Linux"
55
arch=('x86_64')
@@ -21,4 +21,4 @@ package() {
2121
#install -Dm644 $pkgname.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/$pkgname.png"
2222
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
2323
#install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
24-
}
24+
}

0 commit comments

Comments
 (0)