Skip to content

Commit b7b06df

Browse files
authored
Merge pull request #1188 from wordpress-mobile/release/1.6.3
Merge Release/1.6.3 into master
2 parents 708ea87 + bf9d0b5 commit b7b06df

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Aztec/Classes/Extensions/NSBundle+AztecBundle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ extension Bundle {
55
let defaultBundle = Bundle(for: EditorView.self)
66
// If installed with CocoaPods, resources will be in WordPress-Aztec-iOS.bundle
77
if let bundleURL = defaultBundle.resourceURL,
8-
let resourceBundle = Bundle(url: bundleURL.appendingPathComponent("WordPress-Aztec-iOS")) {
8+
let resourceBundle = Bundle(url: bundleURL.appendingPathComponent("WordPress-Aztec-iOS.bundle")) {
99
return resourceBundle
1010
}
1111
// Otherwise, the default bundle is used for resources

WordPress-Aztec-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'WordPress-Aztec-iOS'
11-
s.version = '1.6.2'
11+
s.version = '1.6.3'
1212
s.summary = 'The native HTML Editor.'
1313

1414
# This description is used to generate tags and improve search results.

WordPress-Editor-iOS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'WordPress-Editor-iOS'
11-
s.version = '1.6.2'
11+
s.version = '1.6.3'
1212
s.summary = 'The WordPress HTML Editor.'
1313

1414
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)