Skip to content

Commit

Permalink
Prep for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
navnavnav committed May 2, 2021
1 parent cb9b532 commit 19b970d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12)
project(Bloom LANGUAGES CXX VERSION 0.0.2)
project(Bloom LANGUAGES CXX VERSION 0.1.0)

set(CMAKE_VERBOSE_MAKEFILE off)

Expand Down
2 changes: 1 addition & 1 deletion resources/help.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A debug interface for embedded systems development on Linux..
A debug interface for embedded systems development on Linux.

Usage:
bloom [ENVIRONMENT_NAME/COMMAND]
Expand Down
2 changes: 1 addition & 1 deletion src/Application.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace Bloom
class Application: public Thread
{
public:
static const inline std::string VERSION_STR = "0.0.2";
static const inline std::string VERSION_STR = "0.1.0";

private:
/**
Expand Down

0 comments on commit 19b970d

Please sign in to comment.