Skip to content

Commit e8b1dd3

Browse files
Rayan ArnaoutChristian
authored andcommitted
Updated changelog and version
1 parent c2eff1c commit e8b1dd3

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# Change Log
33
All notable changes to this project will be documented in this file.
44

5+
## [1.2.5] - 2021-03-23
6+
7+
### Added
8+
- Speculative fix for invalid memory access when app is in background
9+
510
## [1.2.4] - 2021-02-12
611

712
### Changed

PeachCollector.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@
914914
isa = XCBuildConfiguration;
915915
buildSettings = {
916916
CODE_SIGN_STYLE = Automatic;
917-
CURRENT_PROJECT_VERSION = 18;
917+
CURRENT_PROJECT_VERSION = 19;
918918
DEFINES_MODULE = YES;
919919
DYLIB_COMPATIBILITY_VERSION = 1;
920920
DYLIB_CURRENT_VERSION = 1;
@@ -926,7 +926,7 @@
926926
"@executable_path/Frameworks",
927927
"@loader_path/Frameworks",
928928
);
929-
MARKETING_VERSION = 1.2.4;
929+
MARKETING_VERSION = 1.2.5;
930930
PRODUCT_BUNDLE_IDENTIFIER = ch.ebu.PeachCollector;
931931
PRODUCT_NAME = PeachCollector;
932932
SDKROOT = appletvos;
@@ -940,7 +940,7 @@
940940
isa = XCBuildConfiguration;
941941
buildSettings = {
942942
CODE_SIGN_STYLE = Automatic;
943-
CURRENT_PROJECT_VERSION = 18;
943+
CURRENT_PROJECT_VERSION = 19;
944944
DEFINES_MODULE = YES;
945945
DYLIB_COMPATIBILITY_VERSION = 1;
946946
DYLIB_CURRENT_VERSION = 1;
@@ -952,7 +952,7 @@
952952
"@executable_path/Frameworks",
953953
"@loader_path/Frameworks",
954954
);
955-
MARKETING_VERSION = 1.2.4;
955+
MARKETING_VERSION = 1.2.5;
956956
PRODUCT_BUNDLE_IDENTIFIER = ch.ebu.PeachCollector;
957957
PRODUCT_NAME = PeachCollector;
958958
SDKROOT = appletvos;
@@ -1124,7 +1124,7 @@
11241124
buildSettings = {
11251125
CLANG_ENABLE_MODULES = YES;
11261126
CODE_SIGN_STYLE = Automatic;
1127-
CURRENT_PROJECT_VERSION = 18;
1127+
CURRENT_PROJECT_VERSION = 19;
11281128
DEFINES_MODULE = YES;
11291129
DYLIB_COMPATIBILITY_VERSION = 1;
11301130
DYLIB_CURRENT_VERSION = 1;
@@ -1137,7 +1137,7 @@
11371137
"@executable_path/Frameworks",
11381138
"@loader_path/Frameworks",
11391139
);
1140-
MARKETING_VERSION = 1.2.4;
1140+
MARKETING_VERSION = 1.2.5;
11411141
PRODUCT_BUNDLE_IDENTIFIER = ch.ebu.PeachCollector;
11421142
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
11431143
SKIP_INSTALL = YES;
@@ -1153,7 +1153,7 @@
11531153
buildSettings = {
11541154
CLANG_ENABLE_MODULES = YES;
11551155
CODE_SIGN_STYLE = Automatic;
1156-
CURRENT_PROJECT_VERSION = 18;
1156+
CURRENT_PROJECT_VERSION = 19;
11571157
DEFINES_MODULE = YES;
11581158
DYLIB_COMPATIBILITY_VERSION = 1;
11591159
DYLIB_CURRENT_VERSION = 1;
@@ -1166,7 +1166,7 @@
11661166
"@executable_path/Frameworks",
11671167
"@loader_path/Frameworks",
11681168
);
1169-
MARKETING_VERSION = 1.2.4;
1169+
MARKETING_VERSION = 1.2.5;
11701170
PRODUCT_BUNDLE_IDENTIFIER = ch.ebu.PeachCollector;
11711171
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
11721172
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)