Skip to content

Commit be8149b

Browse files
author
Yourself
committed
- updated version to 1.2
- the list of contributors is now ordered alphabetically by first name - added Javier Steinaker to the list
1 parent 570461f commit be8149b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Source/MainWindow.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,15 @@ MainWindow::AboutRequested()
265265
"application/x-vnd.przemub.Weather");
266266

267267
const char* kAuthors[] = {
268-
"Davide Alfano (Nexus6)",
269268
"Adrián Arroyo Calle",
270269
"Akshay Agarwal",
271270
"Bach Nguyen",
272271
"Benjamin Amos",
272+
"Davide Alfano (Nexus6)",
273273
"George White",
274274
"Humdinger",
275275
"Janus",
276+
"Javier Steinaker",
276277
"Kevin Adams",
277278
"Naseef",
278279
"Przemyslaw Buczkowski",

Source/Weather.rdef

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resource app_signature "application/x-vnd.przemub.Weather";
44

55
resource app_version {
66
major = 1,
7-
middle = 1,
7+
middle = 2,
88
minor = 0,
99

1010
variety = B_APPV_FINAL,

0 commit comments

Comments
 (0)