diff --git a/Multisig/Info.plist b/Multisig/Info.plist
index 8e4cb8cb2..00254c826 100644
--- a/Multisig/Info.plist
+++ b/Multisig/Info.plist
@@ -25,7 +25,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 3.26.1
+ 3.26.2
CFBundleURLTypes
diff --git a/Multisig/Logic/Models/PrivateKey/web3swift/BIP32HDNode.swift b/Multisig/Logic/Models/PrivateKey/web3swift/BIP32HDNode.swift
index b5b0fe956..24b50332f 100644
--- a/Multisig/Logic/Models/PrivateKey/web3swift/BIP32HDNode.swift
+++ b/Multisig/Logic/Models/PrivateKey/web3swift/BIP32HDNode.swift
@@ -193,7 +193,7 @@ extension HDNode {
newPath = self.path! + "/"
newPath += try! String(newNode.index % HDNode.hardenedIndexPrefix) + "'"
} else {
- newPath = try! self.path! + "/" + String(newNode.index)
+ newPath = try! (self.path! + "/" + String(newNode.index))
}
newNode.path = newPath
return newNode
@@ -246,7 +246,7 @@ extension HDNode {
newPath = self.path! + "/"
newPath += try! String(newNode.index % HDNode.hardenedIndexPrefix) + "'"
} else {
- newPath = try! self.path! + "/" + String(newNode.index)
+ newPath = try! (self.path! + "/" + String(newNode.index))
}
newNode.path = newPath
return newNode
diff --git a/MultisigIntegrationTests/Info.plist b/MultisigIntegrationTests/Info.plist
index 20feebdf6..a46344482 100644
--- a/MultisigIntegrationTests/Info.plist
+++ b/MultisigIntegrationTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 3.26.1
+ 3.26.2
CFBundleVersion
3
diff --git a/MultisigTests/Info.plist b/MultisigTests/Info.plist
index 20feebdf6..a46344482 100644
--- a/MultisigTests/Info.plist
+++ b/MultisigTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 3.26.1
+ 3.26.2
CFBundleVersion
3
diff --git a/NotificationServiceExtension/Info.plist b/NotificationServiceExtension/Info.plist
index 6d3c30ef2..dbbfebc51 100644
--- a/NotificationServiceExtension/Info.plist
+++ b/NotificationServiceExtension/Info.plist
@@ -19,7 +19,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 3.26.1
+ 3.26.2
CFBundleVersion
3
NSExtension