Skip to content

Commit dd3f1b1

Browse files
committed
4.4.0
1 parent f0eb865 commit dd3f1b1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

QMUIKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Pod::Spec.new do |s|
88
s.homepage = "https://qmuiteam.com/ios"
99
s.license = 'MIT'
1010
s.author = {"qmuiteam" => "contact@qmuiteam.com"}
11-
s.source = {:git => "https://github.com/Tencent/QMUI_iOS.git", :tag => s.version.to_s}
12-
#s.source = {:git => "https://github.com/Tencent/QMUI_iOS.git", :branch => 'master'}
11+
#s.source = {:git => "https://github.com/Tencent/QMUI_iOS.git", :tag => s.version.to_s}
12+
s.source = {:git => "https://github.com/Tencent/QMUI_iOS.git", :branch => 'master'}
1313
s.social_media_url = 'https://github.com/Tencent/QMUI_iOS'
1414
s.requires_arc = true
1515
s.documentation_url = 'https://qmuiteam.com/ios/page/document.html'

QMUIKit/QMUIKit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifndef QMUIKit_h
1414
#define QMUIKit_h
1515

16-
static NSString * const QMUI_VERSION = @"4.4.0-beta";
16+
static NSString * const QMUI_VERSION = @"4.4.0";
1717

1818
#if __has_include("CAAnimation+QMUI.h")
1919
#import "CAAnimation+QMUI.h"

qmui.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,7 +1924,7 @@
19241924
"@loader_path/Frameworks",
19251925
);
19261926
MACH_O_TYPE = mh_dylib;
1927-
MARKETING_VERSION = "4.4.0-beta";
1927+
MARKETING_VERSION = 4.4.0;
19281928
MTL_ENABLE_DEBUG_INFO = YES;
19291929
PRODUCT_BUNDLE_IDENTIFIER = com.qmui.QMUIKit;
19301930
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -1968,7 +1968,7 @@
19681968
"@loader_path/Frameworks",
19691969
);
19701970
MACH_O_TYPE = mh_dylib;
1971-
MARKETING_VERSION = "4.4.0-beta";
1971+
MARKETING_VERSION = 4.4.0;
19721972
MTL_ENABLE_DEBUG_INFO = NO;
19731973
PRODUCT_BUNDLE_IDENTIFIER = com.qmui.QMUIKit;
19741974
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)