1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-06-28 08:20:24 +03:00

3 Commits

Author SHA1 Message Date
3189f7c769 config: Enter => Return 2025-04-22 10:13:39 +03:00
8bc62fdae4 meson: bump version to 1.0.3 2025-03-08 22:56:40 +03:00
accbd01ad6 README.md: bump copyright year 2025-02-07 16:26:15 +03:00
3 changed files with 3 additions and 3 deletions

View File

@ -30,4 +30,4 @@ GPL-3.0-only
See `LICENSE` for more information.
Copyright © 2024 Kirill Primak
Copyright © 2025 Kirill Primak

View File

@ -43,4 +43,4 @@ png-compression = 6
# Key bindings. Each binding is a comma-separated list of key names; empty names
# are ignored. A binding may be empty.
quit-key = Escape
save-key = Space,Enter
save-key = Space,Return

View File

@ -1,7 +1,7 @@
project(
'dulcepan',
'c',
version: '1.0.2',
version: '1.0.3',
license: 'GPL-3.0-only',
default_options: [
'c_std=c11',