Skip to content

Commit

Permalink
版本号错误
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuewei authored and huxuewei committed May 30, 2020
1 parent 0a3caab commit 9251837
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion HHTransition.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'HHTransition'
s.version = '3.0.1'
s.version = '3.0.2'
s.summary = 'Transition'
s.description = 'Mainstream transition animation'
s.homepage = 'https://github.com/yuwind/HHTransition/wiki'
Expand Down
8 changes: 4 additions & 4 deletions HHTransitionDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -418,15 +418,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3.0.1;
CURRENT_PROJECT_VERSION = 3.0.2;
DEVELOPMENT_TEAM = E868SZVJJK;
INFOPLIST_FILE = "$(SRCROOT)/HHTransitionDemo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.0.1;
MARKETING_VERSION = 3.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.yufeng.transition.HHTransition;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -438,15 +438,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 3.0.1;
CURRENT_PROJECT_VERSION = 3.0.2;
DEVELOPMENT_TEAM = E868SZVJJK;
INFOPLIST_FILE = "$(SRCROOT)/HHTransitionDemo/Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 3.0.1;
MARKETING_VERSION = 3.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.yufeng.transition.HHTransition;
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

```objc
target 'MyApp' do
pod 'HHTransition', '~> 3.0.1'
pod 'HHTransition', '~> 3.0.2'
end
```

Expand Down

0 comments on commit 9251837

Please sign in to comment.