Skip to content

Commit 3d2c68f

Browse files
committed
change version number
1 parent b32cf50 commit 3d2c68f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deb.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(_VERSION_MAJOR 0)
22
set(_VERSION_MINOR 6)
3-
set(_VERSION_PATCH 1)
3+
set(_VERSION_PATCH 2)
44

55
set(CPACK_GENERATOR "DEB")
66

frame/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
3131
app.setOrganizationName("septemberhx");
3232
app.setApplicationName("dde-top-panel");
3333
app.setApplicationDisplayName("DDE Top Panel");
34-
app.setApplicationVersion("0.6.1");
34+
app.setApplicationVersion("0.6.2");
3535
app.loadTranslator();
3636
app.setAttribute(Qt::AA_EnableHighDpiScaling, true);
3737
app.setAttribute(Qt::AA_UseHighDpiPixmaps, false);

0 commit comments

Comments
 (0)