From 6cd65a622d3669c2fcc9eb1714352288f507b747 Mon Sep 17 00:00:00 2001 From: ThirtyDegreesRay Date: Thu, 1 Feb 2018 15:09:47 +0800 Subject: [PATCH] release v2.6.0 --- README-cn.md | 2 +- README.md | 2 +- gradle.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-cn.md b/README-cn.md index 448674d3..e8b4a7f7 100644 --- a/README-cn.md +++ b/README-cn.md @@ -53,7 +53,7 @@ * 查看问题信息、评论和事件 * 创建、开放和关闭问题 * 创建、编辑和删除问题评论 -* 管理你的标签 +* 编辑、添加和删除你的标签 * 编写评论时可以预览 * 查看你创建的、分配给你的和提到你的问题 * 查看版本库问题 diff --git a/README.md b/README.md index 16154dff..419077e6 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ An **open source** GitHub Android client app, faster and concise. * View issue info, comments and events * Create, open and close issues * Create, edit and delete issue comments -* Manage your labels +* Edit, add and delete your labels * Write comment with preview * View your created, assigned and mentioned issues * View repository issues diff --git a/gradle.properties b/gradle.properties index 5bd71f0c..4f80b7b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,8 +22,8 @@ BUILD_TOOLS_VERSION = 27.0.3 MIN_SDK_VERSION = 21 TARGET_SDK_VERSION = 27 -VERSION_CODE = 24 -VERSION_NAME = 2.5.0 +VERSION_CODE = 25 +VERSION_NAME = 2.6.0 #library ANDROID_SUPPORT_VERSION = 25.4.0