Skip to content

Commit

Permalink
version 2.9.28
Browse files Browse the repository at this point in the history
  • Loading branch information
henry9610 committed Sep 20, 2024
1 parent 85e9439 commit 91625a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Pod/Classes/SeafTaskQueue.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ - (instancetype)init {
__strong __typeof(self) strongSelf = weakSelf;
@synchronized (strongSelf.ongoingTasks) { // task succeeded, remove it
if (![strongSelf.ongoingTasks containsObject:task]) {
[strongSelf tick];
return;
}
[strongSelf.ongoingTasks removeObject:task];
Expand Down
2 changes: 1 addition & 1 deletion Pod/Classes/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
#ifndef version_h
#define version_h

#define SEAFILE_VERSION @"2.9.27"
#define SEAFILE_VERSION @"2.9.28"

#endif /* version_h */
2 changes: 1 addition & 1 deletion Seafile.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Seafile"
s.version = "2.9.27"
s.version = "2.9.28"
s.summary = "iOS client for seafile."
s.homepage = "https://github.com/haiwen/seafile-iOS"
s.license = 'MIT'
Expand Down
4 changes: 2 additions & 2 deletions seafilePro.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2631,7 +2631,7 @@
INFOPLIST_FILE = "seafile/Supporting Files/seafile-appstore-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.9.27;
MARKETING_VERSION = 2.9.28;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro;
PRODUCT_NAME = SeafilePro;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -2666,7 +2666,7 @@
INFOPLIST_FILE = "seafile/Supporting Files/seafile-appstore-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LIBRARY_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 2.9.27;
MARKETING_VERSION = 2.9.28;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro;
PRODUCT_NAME = SeafilePro;
PROVISIONING_PROFILE = "";
Expand Down

0 comments on commit 91625a3

Please sign in to comment.