Tidying and version number bump
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.12)
|
||||
project(Bloom LANGUAGES CXX VERSION 0.3.0)
|
||||
project(Bloom LANGUAGES CXX VERSION 0.4.0)
|
||||
|
||||
set(CMAKE_VERBOSE_MAKEFILE off)
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace Bloom
|
||||
class Application: public Thread
|
||||
{
|
||||
public:
|
||||
static const inline std::string VERSION_STR = "0.3.0";
|
||||
static const inline std::string VERSION_STR = "0.4.0";
|
||||
|
||||
private:
|
||||
/**
|
||||
|
||||
@@ -367,6 +367,5 @@ void TargetRegisterInspectorWindow::applyChanges() {
|
||||
}
|
||||
|
||||
void TargetRegisterInspectorWindow::openHelpPage() {
|
||||
// QDesktopServices::openUrl(QUrl("https://bloom.oscillate.io/docs/register-inspection"));
|
||||
QDesktopServices::openUrl(QUrl("http://bloom.local/docs/register-inspection"));
|
||||
QDesktopServices::openUrl(QUrl("https://bloom.oscillate.io/docs/register-inspection"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user