Skip to content

Commit f44dc8f

Browse files
committed
Version bump to 1.1.0
1 parent 2ba9119 commit f44dc8f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

BranchSDK/src/BranchIO/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
namespace BranchIO {
77

88
#define VERSION_MAJOR 1
9-
#define VERSION_MINOR 0
10-
#define VERSION_REVISION 1
9+
#define VERSION_MINOR 1
10+
#define VERSION_REVISION 0
1111

1212
} // namespace BranchIO
1313

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12)
22

33
# TODO(jdee): Set the version in one place and pass it around.
4-
project(root VERSION 1.0.1 LANGUAGES CXX)
4+
project(root VERSION 1.1.0 LANGUAGES CXX)
55

66
# Determines handling of RPATH and related variables when building dylibs on Mac.
77
# TODO(jdee): Review this. RPATH is an issue on Unix right now.

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class BranchioConan(ConanFile):
1111
# ----- Package metadata -----
1212
name = "BranchIO"
1313
# TODO(jdee): Set the version in one place and propagate it
14-
version = "1.0.1"
14+
version = "1.1.0"
1515
license = "MIT"
1616
description = "Branch Metrics deep linking and attribution analytics C++ SDK"
1717
topics = (

0 commit comments

Comments
 (0)