mirror of
https://github.com/zhigang1992/fir-cli.git
synced 2026-04-29 01:54:56 +08:00
Merge branch 'release/1.1.9' into develop
This commit is contained in:
@@ -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>]`
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# encoding: utf-8
|
||||
|
||||
module FIR
|
||||
VERSION = "1.1.8"
|
||||
VERSION = "1.1.9"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user