Merge branch 'release/1.1.9' into develop

This commit is contained in:
NaixSpirit
2015-08-13 17:32:32 +08:00
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
## 更新记录
### FIR-CLI 1.1.9
- 修改显示上的一些小问题
### FIR-CLI 1.1.8
- 支持 gradle 打包 apk 文件并自动上传至 fir.im, `fir build_apk(alias ba)`
- `fir ba <project dir> [-o <apk output dir> -c <changelog> -p -T <your api token>]`

View File

@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
/_/ /___/_/ |_| \____/_____/___/
## 更新记录
### FIR-CLI 1.1.8
### FIR-CLI 1.1.9
- 完全兼容新版 API ✔
- 请使用新版 API Token
- 新版 API Token 查看地址: `http://fir.im/user/info`

View File

@@ -1,5 +1,5 @@
# encoding: utf-8
module FIR
VERSION = "1.1.8"
VERSION = "1.1.9"
end