Skip to content

Commit f6a4945

Browse files
Merge pull request #3440 from nextcloud/closed-version
closed 6.6.1
2 parents a1bfa24 + bab04dd commit f6a4945

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Brand/Database.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ import Foundation
2727
//
2828
let databaseName = "nextcloud.realm"
2929
let tableAccountBackup = "tableAccountBackup.json"
30-
let databaseSchemaVersion: UInt64 = 381
30+
let databaseSchemaVersion: UInt64 = 382

Nextcloud.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5877,7 +5877,7 @@
58775877
CLANG_WARN_UNREACHABLE_CODE = YES;
58785878
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
58795879
COPY_PHASE_STRIP = NO;
5880-
CURRENT_PROJECT_VERSION = 6;
5880+
CURRENT_PROJECT_VERSION = 8;
58815881
DEBUG_INFORMATION_FORMAT = dwarf;
58825882
DEVELOPMENT_TEAM = NKUJUXUJ3B;
58835883
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -5943,7 +5943,7 @@
59435943
CLANG_WARN_UNREACHABLE_CODE = YES;
59445944
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
59455945
COPY_PHASE_STRIP = NO;
5946-
CURRENT_PROJECT_VERSION = 6;
5946+
CURRENT_PROJECT_VERSION = 8;
59475947
DEVELOPMENT_TEAM = NKUJUXUJ3B;
59485948
ENABLE_STRICT_OBJC_MSGSEND = YES;
59495949
ENABLE_TESTABILITY = YES;

0 commit comments

Comments
 (0)