Skip to content

Commit

Permalink
Updated version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Feb 16, 2023
1 parent 63895a9 commit b77c5f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BranchInstaller/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
<Product Id="*" Language="1033" Manufacturer="Branch Metrics, Inc." Name="Branch C++ SDK for Windows" UpgradeCode="29b1dc08-2190-48f0-bc3c-7455381f2156" Version="2.0.0">
<Product Id="*" Language="1033" Manufacturer="Branch Metrics, Inc." Name="Branch C++ SDK for Windows" UpgradeCode="29b1dc08-2190-48f0-bc3c-7455381f2156" Version="2.0.1">
<Package Compressed="yes" InstallScope="perMachine" InstallerVersion="200"/>
<MajorUpgrade DowngradeErrorMessage="A newer version of Branch C++ SDK for Windows is already installed."/>
<Media Id="1" Cabinet="cab1.cab" EmbedCab="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion BranchSDK/src/BranchIO/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit b77c5f5

Please sign in to comment.