Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
vincode-io committed Jul 11, 2024
2 parents d1af1a6 + 6276a79 commit 3df4f09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public extension Array where Element == DocumentContainer {

@MainActor
var title: String {
ListFormatter.localizedString(byJoining: self.compactMap({ $0.name }).sorted())
ListFormatter.localizedString(byJoining: self.compactMap({ $0.partialName }).sorted())
}

}
4 changes: 2 additions & 2 deletions xcconfig/Zavala_target_common.xcconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MARKETING_VERSION = 2.7
CURRENT_PROJECT_VERSION = 109
MARKETING_VERSION = 2.7.1
CURRENT_PROJECT_VERSION = 110
SWIFT_OBJC_BRIDGING_HEADER = AppKitPlugin/BridgingHeader.h

0 comments on commit 3df4f09

Please sign in to comment.