We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 570461f commit be8149bCopy full SHA for be8149b
Source/MainWindow.cpp
@@ -265,14 +265,15 @@ MainWindow::AboutRequested()
265
"application/x-vnd.przemub.Weather");
266
267
const char* kAuthors[] = {
268
- "Davide Alfano (Nexus6)",
269
"Adrián Arroyo Calle",
270
"Akshay Agarwal",
271
"Bach Nguyen",
272
"Benjamin Amos",
+ "Davide Alfano (Nexus6)",
273
"George White",
274
"Humdinger",
275
"Janus",
276
+ "Javier Steinaker",
277
"Kevin Adams",
278
"Naseef",
279
"Przemyslaw Buczkowski",
Source/Weather.rdef
@@ -4,7 +4,7 @@ resource app_signature "application/x-vnd.przemub.Weather";
4
5
resource app_version {
6
major = 1,
7
- middle = 1,
+ middle = 2,
8
minor = 0,
9
10
variety = B_APPV_FINAL,
0 commit comments