Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:
package: hades
package_root: pkg-root
maintainer: The Hades Authors
version: 1.1.0
version: 1.1.1
arch: 'amd64'
depends: 'libarchive13, libglew2.2, libdecor-0-0'
desc: 'A Nintendo Game Boy Advance Emulator.'
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(
'Hades',
'c',
'cpp',
version: '1.1.0',
version: '1.1.1',
license: 'GPL-2.0-only',
default_options: ['c_std=gnu17', 'cpp_std=c++11', 'buildtype=release'],
)
Expand Down
2 changes: 1 addition & 1 deletion resource/linux/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AppDir:
id: hades
name: Hades
icon: hades
version: 1.1.0
version: 1.1.1
exec: usr/bin/hades
exec_args: $@
apt:
Expand Down
2 changes: 1 addition & 1 deletion resource/linux/hades.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=1.1.0
Version=1.1.1
Type=Application
Name=Hades
Comment=A Nintendo Game Boy Advance Emulator
Expand Down
4 changes: 2 additions & 2 deletions resource/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundleExecutable</key>
<string>hades</string>
<key>CFBundleVersion</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
Expand Down
Loading