Skip to content

Commit c2ad3c6

Browse files
Merge pull request #3404 from nextcloud/version-6-6-0
version-6-6-0
2 parents a12c093 + fd0c6b4 commit c2ad3c6

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 = 380
30+
let databaseSchemaVersion: UInt64 = 381

Nextcloud.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5863,7 +5863,7 @@
58635863
CLANG_WARN_UNREACHABLE_CODE = YES;
58645864
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
58655865
COPY_PHASE_STRIP = NO;
5866-
CURRENT_PROJECT_VERSION = 3;
5866+
CURRENT_PROJECT_VERSION = 4;
58675867
DEBUG_INFORMATION_FORMAT = dwarf;
58685868
DEVELOPMENT_TEAM = NKUJUXUJ3B;
58695869
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -5929,7 +5929,7 @@
59295929
CLANG_WARN_UNREACHABLE_CODE = YES;
59305930
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
59315931
COPY_PHASE_STRIP = NO;
5932-
CURRENT_PROJECT_VERSION = 3;
5932+
CURRENT_PROJECT_VERSION = 4;
59335933
DEVELOPMENT_TEAM = NKUJUXUJ3B;
59345934
ENABLE_STRICT_OBJC_MSGSEND = YES;
59355935
ENABLE_TESTABILITY = YES;

0 commit comments

Comments
 (0)