Skip to content

Commit

Permalink
Version 2.9.26
Browse files Browse the repository at this point in the history
  • Loading branch information
lilthree committed Feb 5, 2024
1 parent e6f1a27 commit c49056f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.25"
#define SEAFILE_VERSION @"2.9.26"

#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.25"
s.version = "2.9.26"
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.25;
MARKETING_VERSION = 2.9.26;
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.25;
MARKETING_VERSION = 2.9.26;
PRODUCT_BUNDLE_IDENTIFIER = com.seafile.seafilePro;
PRODUCT_NAME = SeafilePro;
PROVISIONING_PROFILE = "";
Expand Down

0 comments on commit c49056f

Please sign in to comment.