Skip to content

Commit 2bb5ea3

Browse files
Prepare 1.1.3 for release
1 parent 4ac0665 commit 2bb5ea3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
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 = "bign-handheld-thumbnailer"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
authors = ["Mateus Rodrigues Costa <[email protected]>"]
55
edition = "2021"
66
description = "Thumbnailer for Nintendo handheld game consoles (DS and 3DS) roms and homebrew"

data/bign-handheld-thumbnailer.metainfo.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<binary>bign-handheld-thumbnailer</binary>
3030
</provides>
3131
<releases>
32+
<release version="1.1.3" date="2025-07-15" />
3233
<release version="1.1.2" date="2025-01-27" />
3334
<release version="1.1.1" date="2024-11-22" />
3435
<release version="1.1.0" date="2024-09-09" />

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('bign-handheld-thumbnailer', 'rust',
2-
version: '1.1.2',
2+
version: '1.1.3',
33
license: 'GPL-2.0-or-later',
44
meson_version: '>= 0.64.0')
55

0 commit comments

Comments
 (0)