From 9c87554a5982dd335fee80b4d82b6b5d33fecc80 Mon Sep 17 00:00:00 2001 From: hua <2838666797@qq.com> Date: Fri, 10 Dec 2021 17:50:40 +0800 Subject: [PATCH] v1.9.9 release --- README.md | 5 ++++- build.gradle | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 581f865..885d992 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,10 @@ bug fix from [DAIE](https://github.com/DA1Y1) - V1.9.5 虚拟币行情接口切换为雅虎,必须使用代理才能获取数据 - V1.9.8 -支持基金和股票成本价,持仓,收益率,收益显示 from [chenheng](https://gitee.com/RoaringFlame) +支持基金和股票成本价,持仓,收益率,收益显示 from [chenheng](https://github.com/RoaringFlame) +-V1.9.9 +修复成本价过低时收益金额不正确的问题;from [神驱一梦](https://github.com/BorrisWQBi) + diff --git a/build.gradle b/build.gradle index af7fb57..2e33e30 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'com.huage2580' -version '1.9.8' +version '1.9.9' sourceCompatibility = 1.8