OSDN Git Service

バージョン, 更新履歴を更新 rel20110818_ver0.9.4
authoryukihane <yukihane.feather@gmail.com>
Wed, 17 Aug 2011 20:06:10 +0000 (05:06 +0900)
committeryukihane <yukihane.feather@gmail.com>
Wed, 17 Aug 2011 20:06:10 +0000 (05:06 +0900)
README.html
src/nicobrowser/main/Main.java

index 878c4a2..8e9d2fc 100644 (file)
     </p>
     <br>
     <h2><a class="mozTocH2" name="mozTocId130181"></a>更新履歴</h2>
+    <p>2011/08/15 ver.0.9.4<br>
+      公式動画のコメントがダウンロードできない問題を修正(<a href="http://sourceforge.jp/ticket/browse.php?group_id=5166&amp;tid=26044">#26044</a>)。<br>
+    </p>
     <p>2011/08/15 ver.0.9.3<br>
       2011/2/3から始まっているニコニコ動画サービスの新コメント仕様に対応したインタフェースを提供。<br>
     </p>
index 3e57d5e..a6dff26 100644 (file)
@@ -37,7 +37,7 @@ import org.apache.commons.logging.LogFactory;
 
 public class Main {
 
-    public static final String VERSION = "version 0.9.3";
+    public static final String VERSION = "0.9.4";
     private static Log log = LogFactory.getLog(Main.class);
 
     public static void main(String[] args) throws Exception {