Skip to content

Commit f4a49da

Browse files
Prepare 1.1.1 for release
1 parent 7db0a6e commit f4a49da

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.0"
3+
version = "1.1.1"
44
authors = ["Mateus Rodrigues Costa <[email protected]>"]
55
edition = "2021"
66
description = "A thumbnailer for Nintendo handheld systems (Nintendo DS and 3DS) roms and files"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<binary>bign-handheld-thumbnailer</binary>
2020
</provides>
2121
<releases>
22+
<release version="1.1.1" date="2024-11-22" />
2223
<release version="1.1.0" date="2024-09-09" />
2324
<release version="1.0.1" date="2024-05-18" />
2425
<release version="1.0.0" date="2024-05-06" />

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.0',
2+
version: '1.1.1',
33
license: 'GPL-2.0-or-later',
44
meson_version: '>= 0.64.0')
55

0 commit comments

Comments
 (0)