diff --git a/FilesProvider.podspec b/FilesProvider.podspec index aae33a5..484abe1 100644 --- a/FilesProvider.podspec +++ b/FilesProvider.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "FilesProvider" - s.version = "0.24.0" + s.version = "0.25.0" s.summary = "FileManager replacement for Local and Remote (WebDAV/FTP/Dropbox/OneDrive/SMB2) files on iOS and macOS." # This description is used to generate tags and improve search results. @@ -65,7 +65,7 @@ Pod::Spec.new do |s| # the deployment target. You can optionally include the target after the platform. # - s.swift_version = "4.0" + s.swift_version = "4.1" s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.10" # s.watchos.deployment_target = "2.0" diff --git a/FilesProvider.xcodeproj/project.pbxproj b/FilesProvider.xcodeproj/project.pbxproj index ccf1bae..4780fef 100644 --- a/FilesProvider.xcodeproj/project.pbxproj +++ b/FilesProvider.xcodeproj/project.pbxproj @@ -720,7 +720,7 @@ 799396601D48B7BF00086753 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - BUNDLE_VERSION_STRING = 0.24.0; + BUNDLE_VERSION_STRING = 0.25.0; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; @@ -761,7 +761,7 @@ 799396611D48B7BF00086753 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - BUNDLE_VERSION_STRING = 0.24.0; + BUNDLE_VERSION_STRING = 0.25.0; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES;