Skip to content

Commit d873948

Browse files
committed
Update Readme and version
1 parent 7e6f277 commit d873948

3 files changed

Lines changed: 18 additions & 6 deletions

File tree

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,13 @@ Please use the latest release or build using GNOME Builder.
113113
"id": "name",
114114
"type": "entry",
115115
"label": "Your name",
116+
"required": true
116117
},
117118

118119
{
119120
"id": "email",
120121
"type": "entry",
121-
"label": "Email address",
122+
"label": "Email address"
122123
},
123124

124125
{
@@ -130,19 +131,30 @@ Please use the latest release or build using GNOME Builder.
130131
"Education",
131132
"Work / Research",
132133
"Just exploring"
133-
],
134+
]
134135
},
135-
136136
{
137137
"id": "i_agree_to_submit",
138138
"type": "check",
139139
"label": "I agree to submit"
140140
},
141-
142141
{
143142
"id": "comments",
144143
"type": "text",
145144
"label": "Additional comments or suggestions"
145+
},
146+
{
147+
"id": "first_start",
148+
"type": "calendar",
149+
"label": "When did you first started using OpenForms?"
150+
},
151+
{
152+
"id": "rating",
153+
"type": "spin",
154+
"label": "What rating would you give OpenForms?",
155+
"min": 0,
156+
"max": 5,
157+
"step": 1
146158
}
147159
]
148160
}

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.1.0',
2+
version: '0.2.0',
33
meson_version: '>= 1.0.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

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.1.0",
65+
version="0.2.0",
6666
developers=["Aryan Kaushik"],
6767
copyright="© 2025 Aryan Kaushik",
6868
)

0 commit comments

Comments
 (0)