Commit b00f687e authored by jaguar-bot's avatar jaguar-bot

Bump version to 0.4.6

parent 629c5091
...@@ -36,7 +36,7 @@ PODS: ...@@ -36,7 +36,7 @@ PODS:
- Masonry (= 1.0.1) - Masonry (= 1.0.1)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMOCConstant (0.0.4) - GMOCConstant (0.0.4)
- GMPhobos (0.4.4): - GMPhobos (0.4.5):
- GMCache (~> 0.1.1) - GMCache (~> 0.1.1)
- GMKit - GMKit
- Masonry (1.0.1) - Masonry (1.0.1)
...@@ -58,7 +58,7 @@ SPEC CHECKSUMS: ...@@ -58,7 +58,7 @@ SPEC CHECKSUMS:
GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13 GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13
GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380 GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380
GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290 GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290
GMPhobos: 6a77fb520bdcafcdf6b933d66f5996508536ae09 GMPhobos: 1553cb9f29a8c95398b342e7f0b4ea2fa76b16a1
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9 SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
......
{ {
"name": "GMPhobos", "name": "GMPhobos",
"version": "0.4.4", "version": "0.4.5",
"summary": "GM statistic data sdk", "summary": "GM statistic data sdk",
"description": "GM event track sdk.", "description": "GM event track sdk.",
"homepage": "http://git.gengmei.cc/gengmeiios/GMPhobos", "homepage": "http://git.gengmei.cc/gengmeiios/GMPhobos",
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
}, },
"source": { "source": {
"git": "git@git.gengmei.cc:gengmeiios/GMPhobos.git", "git": "git@git.gengmei.cc:gengmeiios/GMPhobos.git",
"tag": "0.4.4" "tag": "0.4.5"
}, },
"platforms": { "platforms": {
"ios": "8.0" "ios": "8.0"
......
...@@ -36,7 +36,7 @@ PODS: ...@@ -36,7 +36,7 @@ PODS:
- Masonry (= 1.0.1) - Masonry (= 1.0.1)
- SDWebImage (= 3.7.6) - SDWebImage (= 3.7.6)
- GMOCConstant (0.0.4) - GMOCConstant (0.0.4)
- GMPhobos (0.4.4): - GMPhobos (0.4.5):
- GMCache (~> 0.1.1) - GMCache (~> 0.1.1)
- GMKit - GMKit
- Masonry (1.0.1) - Masonry (1.0.1)
...@@ -58,7 +58,7 @@ SPEC CHECKSUMS: ...@@ -58,7 +58,7 @@ SPEC CHECKSUMS:
GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13 GMFoundation: efe176ec7c3b95a891f41b188507d52212599d13
GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380 GMKit: 9d5de297523169a0d061c26402f0d1fb55fcb380
GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290 GMOCConstant: 0f60833fc0d46017701a6595ba6764a1b1fe6290
GMPhobos: 6a77fb520bdcafcdf6b933d66f5996508536ae09 GMPhobos: 1553cb9f29a8c95398b342e7f0b4ea2fa76b16a1
Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df Masonry: a1a931a0d08870ed8ae415a2ea5ea68ebcac77df
SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9 SDWebImage: c325cf02c30337336b95beff20a13df489ec0ec9
TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed TMCache: 95ebcc9b3c7e90fb5fd8fc3036cba3aa781c9bed
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.4.4</string> <string>0.4.5</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "GMPhobos" s.name = "GMPhobos"
s.version = "0.4.5" s.version = "0.4.6"
s.summary = "GM statistic data sdk" s.summary = "GM statistic data sdk"
s.description = <<-DESC s.description = <<-DESC
......
...@@ -5,67 +5,67 @@ ...@@ -5,67 +5,67 @@
<testcase classname="fastlane.lanes" name="00: Verifying required fastlane version" time="0.002105"> <testcase classname="fastlane.lanes" name="00: Verifying required fastlane version" time="0.001944">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="01: default_platform" time="0.001714"> <testcase classname="fastlane.lanes" name="01: default_platform" time="0.001685">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="02: import_from_git" time="1.525753"> <testcase classname="fastlane.lanes" name="02: import_from_git" time="0.612755">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="03: git_pull" time="1.073264"> <testcase classname="fastlane.lanes" name="03: git_pull" time="5.061954">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="04: ensure_git_branch" time="0.011079"> <testcase classname="fastlane.lanes" name="04: ensure_git_branch" time="0.010085">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="05: pod_install" time="43.93341"> <testcase classname="fastlane.lanes" name="05: pod_install" time="25.047369">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="06: pod_lib_lint" time="39.544404"> <testcase classname="fastlane.lanes" name="06: pod_lib_lint" time="29.081155">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="07: version_bump_podspec" time="0.002977"> <testcase classname="fastlane.lanes" name="07: version_bump_podspec" time="0.00294">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="08: git_commit_all" time="0.369078"> <testcase classname="fastlane.lanes" name="08: git_commit_all" time="0.119181">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="09: add_git_tag" time="0.015103"> <testcase classname="fastlane.lanes" name="09: add_git_tag" time="0.03676">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="10: push_to_git_remote" time="1.486428"> <testcase classname="fastlane.lanes" name="10: push_to_git_remote" time="1.677659">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="11: pod_push" time="23.391146"> <testcase classname="fastlane.lanes" name="11: pod_push" time="15.992076">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="12: pod_repo_update" time="16.699562"> <testcase classname="fastlane.lanes" name="12: pod_repo_update" time="11.590591">
</testcase> </testcase>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment