We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff065f commit 782c24cCopy full SHA for 782c24c
3 files changed
AuTerm/AutMainWindow.h
@@ -104,7 +104,7 @@
104
// Constants
105
/******************************************************************************/
106
//Constants for version and functions
107
-const QString UwVersion = "0.27"; //Version string
+const QString UwVersion = "0.28"; //Version string
108
//Constants for timeouts and streaming
109
const qint16 FileReadBlock = 512; //Number of bytes to read per block when streaming files
110
const qint16 StreamProgress = 10000; //Number of bytes between streaming progress updates
plugins/mcumgr/plugin_mcumgr.json
@@ -1,5 +1,5 @@
1
{
2
"Name": "mcumgr",
3
- "Version": "0.7.0",
+ "Version": "0.8.0",
4
"keys": [ ]
5
}
version.txt
@@ -1 +1 @@
-0.27
+0.28
0 commit comments