From c4c65b9c0c82cc8e60ef081e91f3cc66b7829dcc Mon Sep 17 00:00:00 2001
From: promeG <gyacong@gmail.com>
Date: Sun, 12 Mar 2017 00:14:49 +0800
Subject: [PATCH] Release v2.0.3

---
 README.md    | 7 ++++---
 build.gradle | 4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 7d8f55a..3b66677 100644
--- a/README.md
+++ b/README.md
@@ -59,11 +59,11 @@ buildscript {
   }
 
   dependencies {
-    compile 'com.github.promeg:tinypinyin:2.0.2' // TinyPinyin核心包,约80KB
+    compile 'com.github.promeg:tinypinyin:2.0.3' // TinyPinyin核心包,约80KB
 
-    compile 'com.github.promeg:tinypinyin-lexicons-android-cncity:2.0.2' // 可选,适用于Android的中国地区词典
+    compile 'com.github.promeg:tinypinyin-lexicons-android-cncity:2.0.3' // 可选,适用于Android的中国地区词典
 
-    compile 'com.github.promeg:tinypinyin-lexicons-java-cncity:2.0.2' // 可选,适用于Java的中国地区词典
+    compile 'com.github.promeg:tinypinyin-lexicons-java-cncity:2.0.3' // 可选,适用于Java的中国地区词典
   }
 }
 ```
@@ -151,5 +151,6 @@ Pinyin4j_IsChinese(Pinyin4j的字符是否为汉字) | thrpt | 200 | 4.432 |
 ## Todo
 
 + ~~支持繁体中文~~
++ 支持姓氏拼音
 + 压缩词库
 + 词库生成工具
diff --git a/build.gradle b/build.gradle
index 790aca5..7f43e62 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,8 +40,8 @@ ext {
 
 
     groupName = 'com.github.promeg'
-    releaseVersionName = "2.0.2"
-    releaseVersionCode = 4
+    releaseVersionName = "2.0.3"
+    releaseVersionCode = 5
 
     // Android
     androidBuildToolsVersion = '24.0.3'