Skip to content

Commit

Permalink
6.0.1发包
Browse files Browse the repository at this point in the history
  • Loading branch information
937447974 committed Jan 19, 2017
1 parent a2759eb commit 2f17496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions Documentation/docset-installed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ if [ -d ${docset_dest_path} ]; then
fi

# 更新记录
osascript -e 'display notification "2017-01-10 | Dispatch增加创建GCD倒计时的方法" with title "YJCocoa 6.6.0"'
osascript -e 'display notification "2017-01-10 | TimeProfiler上线,支持抓取主线程耗性能的代码" with title "YJCocoa 6.6.0"'
osascript -e 'display notification "2017-01-11 | DeveloperTools层上线,集成相关开发工具" with title "YJCocoa 6.6.0"'
osascript -e 'display notification "2017-01-12 | Swizzling上线,支持随时随地交换方法" with title "YJCocoa 6.6.0"'
osascript -e 'display notification "2017-01-13 | Leaks上线,用于捕获项目中有内存泄漏的UIViewController、UIView和Property属性" with title "YJCocoa 6.6.0"'
osascript -e 'display notification "2017-01-17 | Swizzling和Leaks log打印优化" with title "YJCocoa 6.0.1"'
osascript -e 'display notification "2017-01-18 | Timer倒计时time=0时自动失效,正计时去掉上限" with title "YJCocoa 6.0.1"'


2 changes: 1 addition & 1 deletion YJCocoa.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|

# ――― Root specification
s.name = "YJCocoa"
s.version = "6.0.0"
s.version = "6.0.1"
s.author = { "阳君" => "[email protected]" }
s.license = { :type => "MIT", :file => "LICENSE" }
s.homepage = "https://github.com/937447974/YJCocoa"
Expand Down

0 comments on commit 2f17496

Please sign in to comment.