Skip to content

Commit

Permalink
Merge tag 'v2.1.5' of https://github.com/nekopanda/logbook
Browse files Browse the repository at this point in the history
  • Loading branch information
biikame committed Apr 2, 2016
2 parents 47b3374 + 4f6e9b4 commit 4dc1321
Show file tree
Hide file tree
Showing 6 changed files with 650 additions and 611 deletions.
2 changes: 1 addition & 1 deletion main/logbook/constants/AppConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class AppConstants {
public static final String SUFFIX = "拡張版(赤)";

/** バージョン */
public static final String VERSION = "2.1.4.42";
public static final String VERSION = "2.1.5.42";

/** ホームページ */
public static final URI HOME_PAGE_URI = URI.create("http://nekopanda.blog.jp/");
Expand Down
2 changes: 2 additions & 0 deletions main/logbook/data/DataType.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ public enum DataType {
REMODELING("/kcsapi/api_req_kaisou/remodeling"),
/** 疲労度回復アイテム使用 */
ITEMUSE_COND("/kcsapi/api_req_member/itemuse_cond"),
/** ログイン時の情報 */
REQUIRE_INFO("/kcsapi/api_get_member/require_info"),
/** フィルタ前のデータ */
UNDEFINED(null);

Expand Down
Loading

0 comments on commit 4dc1321

Please sign in to comment.