diff --git a/PowerAuth2.podspec b/PowerAuth2.podspec
index 7d615369..08a1241c 100644
--- a/PowerAuth2.podspec
+++ b/PowerAuth2.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
# General information
s.cocoapods_version = '>= 1.10'
s.name = 'PowerAuth2'
- s.version = '1.7.6'
+ s.version = '1.7.7'
s.summary = 'PowerAuth Mobile SDK for iOS'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
:type => 'Apache License, Version 2.0',
:file => 'LICENSE'
}
- s.dependency 'PowerAuthCore', '~> 1.7.6'
+ s.dependency 'PowerAuthCore', '~> 1.7.7'
# Source files
s.source = {
diff --git a/PowerAuthCore.podspec b/PowerAuthCore.podspec
index 17d99900..7b10dfb9 100644
--- a/PowerAuthCore.podspec
+++ b/PowerAuthCore.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
# General information
s.cocoapods_version = '>= 1.10'
s.name = 'PowerAuthCore'
- s.version = '1.7.6'
+ s.version = '1.7.7'
s.summary = 'PowerAuthCore library for iOS'
s.homepage = 'https://github.com/wultra/powerauth-mobile-sdk'
s.social_media_url = 'https://twitter.com/wultra'
diff --git a/proj-android/PowerAuthLibrary/gradle.properties b/proj-android/PowerAuthLibrary/gradle.properties
index 35547af1..2a3c8deb 100644
--- a/proj-android/PowerAuthLibrary/gradle.properties
+++ b/proj-android/PowerAuthLibrary/gradle.properties
@@ -1,3 +1,3 @@
-VERSION_NAME=1.7.6
+VERSION_NAME=1.7.7
GROUP_ID=com.wultra.android.powerauth
ARTIFACT_ID=powerauth-sdk
diff --git a/proj-xcode/PowerAuth2/Info.plist b/proj-xcode/PowerAuth2/Info.plist
index 3154c9c8..e0c1c5ef 100644
--- a/proj-xcode/PowerAuth2/Info.plist
+++ b/proj-xcode/PowerAuth2/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.7.6
+ 1.7.7
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/proj-xcode/PowerAuthCore/Info.plist b/proj-xcode/PowerAuthCore/Info.plist
index 4903e789..8e69bd94 100644
--- a/proj-xcode/PowerAuthCore/Info.plist
+++ b/proj-xcode/PowerAuthCore/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 1.7.6
+ 1.7.7
CFBundleVersion
$(CURRENT_PROJECT_VERSION)