Merge branch 'release/1.4.7' into develop

This commit is contained in:
NaixSpirit
2016-02-25 16:07:32 +08:00
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
## 更新记录
### fir-cli 1.4.7
- 增加 build_ipa 中的 destination 参数
### fir-cli 1.4.6
- 上传增加设置密码及公开访问权限的参数, [Issue #62](https://github.com/FIRHQ/fir-cli/issues/62)
- 打包增加指定 `exportProvisioningProfile` 参数, [Issue #59](https://github.com/FIRHQ/fir-cli/issues/59)

View File

@@ -27,10 +27,11 @@ Gem::Specification.new do |spec|
/_/ /___/_/ |_| \____/_____/___/
## 更新记录
### fir-cli 1.4.6
### fir-cli 1.4.7
- 增加上传时候设置密码及公开访问权限
- 增加 Android flavor 打包(感谢 [msdx](https://github.com/msdx) 的热心帮助)
- `$ fir ba <project dir> -f <flavor>`
- 增加 build_ipa 中的 destination 参数
- 详细更新记录, 请查看: https://github.com/FIRHQ/fir-cli/blob/master/CHANGELOG
- [fir-cli](https://github.com/FIRHQ/fir-cli) 已经开源
- 欢迎 fork, issue 和 pull request

View File

@@ -1,5 +1,5 @@
# encoding: utf-8
module FIR
VERSION = '1.4.6'
VERSION = '1.4.7'
end