浏览代码

Release 0.3.1

inorichi 8 年之前
父节点
当前提交
c9e1e6e020
共有 2 个文件被更改,包括 6 次插入2 次删除
  1. 2 2
      app/build.gradle
  2. 4 0
      app/src/main/res/raw/changelog_release.xml

+ 2 - 2
app/build.gradle

@@ -42,8 +42,8 @@ android {
         minSdkVersion 16
         targetSdkVersion 24
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
-        versionCode 11
-        versionName "0.3.0"
+        versionCode 12
+        versionName "0.3.1"
 
         buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
         buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""

+ 4 - 0
app/src/main/res/raw/changelog_release.xml

@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
 <changelog bulletedList="true">
 
+    <changelogversion versionName="v0.3.1" changeDate="">
+        <changelogtext>Fixed a crash when opening latest updates. ([a href="https://github.com/inorichi/tachiyomi/issues/495"]#495[/a])</changelogtext>
+    </changelogversion>
+
     <changelogversion versionName="v0.3.0" changeDate="">
         <changelogtext>Added a new tab to show latest manga updates from the catalogues. ([a href="https://github.com/inorichi/tachiyomi/issues/61"]#61[/a])</changelogtext>