diff --git a/BranchInstaller/Product.wxs b/BranchInstaller/Product.wxs index 32f122d..02e8971 100644 --- a/BranchInstaller/Product.wxs +++ b/BranchInstaller/Product.wxs @@ -1,6 +1,6 @@ - + diff --git a/BranchSDK/src/BranchIO/Version.h b/BranchSDK/src/BranchIO/Version.h index 6c0027a..442b6bb 100644 --- a/BranchSDK/src/BranchIO/Version.h +++ b/BranchSDK/src/BranchIO/Version.h @@ -5,6 +5,6 @@ #define BRANCHIO_VERSION_MAJOR 2 #define BRANCHIO_VERSION_MINOR 0 -#define BRANCHIO_VERSION_REVISION 0 +#define BRANCHIO_VERSION_REVISION 1 #endif // BRANCHIO_VERSION_H__ diff --git a/CMakeLists.txt b/CMakeLists.txt index 67a9e9a..f205d09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) -project(root VERSION 2.0.0 LANGUAGES CXX) +project(root VERSION 2.0.1 LANGUAGES CXX) # Enable Unit Testing. # TODO: Investigate why this appears to be needed at the top level CMakeLists diff --git a/conanfile.py b/conanfile.py index da91422..ad91a8d 100644 --- a/conanfile.py +++ b/conanfile.py @@ -11,7 +11,7 @@ class BranchioConan(ConanFile): # ----- Package metadata ----- name = "BranchIO" - version = "1.2.3" + version = "2.0.1" license = "MIT" description = "Branch Metrics deep linking and attribution analytics C++ SDK" topics = (