Skip to content

Commit f6139d7

Browse files
committed
metadata: bump up to version 0.4.0
1 parent 65a878b commit f6139d7

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ After searching for existing solutions and not finding anything that fit this us
4242
- Attach images using the system file picker
4343
- Clean integration with **GNOME**
4444
- Sandboxed distribution via **Flatpak**
45-
46-
### Planned
4745
- Create form configurations directly from the GUI (no manual JSON editing)
4846
- Support for making fields required
47+
- Snap packaging support
48+
49+
### Planned
4950
- Strong form validation
5051
- Form history to quickly open them again
5152

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('open_forms',
2-
version: '0.2.0',
2+
version: '0.4.0',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: open-forms
22
base: core24
3-
version: "0.2.0"
3+
version: "0.4.0"
44
summary: Open Forms
55
description: |
66
Open Forms is a simple, local-first form collection app for GNOME. It is designed for situations where setting up online forms is impractical or unreliable - such as conferences, meetups, workshops, or community events.

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def on_about_action(self, *args):
6262
application_name="Open Forms",
6363
application_icon="in.aryank.openforms",
6464
developer_name="Aryan Kaushik",
65-
version="0.2.0",
65+
version="0.4.0",
6666
developers=["Aryan Kaushik"],
6767
copyright="© 2025 Aryan Kaushik",
6868
)

0 commit comments

Comments
 (0)