diff --git a/README-cn.md b/README-cn.md
index 6986e31d..116190ca 100644
--- a/README-cn.md
+++ b/README-cn.md
@@ -21,6 +21,7 @@
* 可以查看最热版本库
* 搜索版本库和用户
* 支持7.1以上快捷方式创建
+* 支持消息通知
### 版本库
* 查看版本库信息
@@ -35,6 +36,7 @@
* 查看用户信息
* 查看用户的跟随者、跟随的人和属于的组织
* 查看用户公公的、星标的项目和活动
+* 查看你的私有项目
* 跟随和取消跟随用户
* 搜索用户
@@ -81,7 +83,7 @@
* [Glide](https://github.com/bumptech/glide) 一个图像加载和缓存库为了Android中更平滑的滚动
* [code-prettify](https://github.com/google/code-prettify) 代码美化
* [DataAutoAccess](https://github.com/ThirtyDegreesRay/DataAutoAccess) 一个简单的方法去自动存取Android bundle中的数据
-* [RoundedImageView](https://github.com/vinc3m1/RoundedImageView) 一个快速ImageView支持圆角,椭圆形,圆形
+* [CircleImageView](https://github.com/vinc3m1/RoundedImageView) 圆形ImageView
* [Toasty](https://github.com/GrenderG/Toasty) 美化的Toast
* [material-about-library](https://github.com/daniel-stoneuk/material-about-library) 让你更容易的创建美丽的关于页面
* [material-dialogs](https://github.com/afollestad/material-dialogs) 一个美丽、流畅的和可自定义的对话框的API
@@ -103,7 +105,4 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-
-
+ along with this program. If not, see .
\ No newline at end of file
diff --git a/README.md b/README.md
index bdc74b65..9dcbb41d 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ An **open source** GitHub Android client app, faster and concise.
* Trending repositories
* Search repos and users
* Shortcuts support
+* Notifications support
### Repositories
* View repo info
@@ -36,6 +37,7 @@ An **open source** GitHub Android client app, faster and concise.
* View user info
* View user followers, following, organizations
* View user public repositories, starred repositories and activity
+* View your private repositories
* Follow/Unfollow users
* Search users
@@ -106,7 +108,4 @@ An **open source** GitHub Android client app, faster and concise.
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-
-
+ along with this program. If not, see .
\ No newline at end of file
diff --git a/gradle.properties b/gradle.properties
index e7203123..e07a59e9 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -27,8 +27,8 @@ BUILD_TOOLS_VERSION = 26.0.2
MIN_SDK_VERSION = 21
TARGET_SDK_VERSION = 26
-VERSION_CODE = 14
-VERSION_NAME = 1.6.0
+VERSION_CODE = 15
+VERSION_NAME = 1.6.1
#library
#ANDROID_SUPPORT_VERSION = 26.1.0