Skip to content

Commit 782c24c

Browse files
committed
Version 0.28 release
1 parent 5ff065f commit 782c24c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AuTerm/AutMainWindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
// Constants
105105
/******************************************************************************/
106106
//Constants for version and functions
107-
const QString UwVersion = "0.27"; //Version string
107+
const QString UwVersion = "0.28"; //Version string
108108
//Constants for timeouts and streaming
109109
const qint16 FileReadBlock = 512; //Number of bytes to read per block when streaming files
110110
const qint16 StreamProgress = 10000; //Number of bytes between streaming progress updates

plugins/mcumgr/plugin_mcumgr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Name": "mcumgr",
3-
"Version": "0.7.0",
3+
"Version": "0.8.0",
44
"keys": [ ]
55
}

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.27
1+
0.28

0 commit comments

Comments
 (0)