Skip to content

Commit

Permalink
ver2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopanda committed Nov 23, 2018
1 parent 4aff77a commit d167311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.5.4";
public static final String VERSION = "2.5.5";

/** ホームページ */
public static final URI HOME_PAGE_URI = URI.create("http://nekopanda.blog.jp/");
Expand Down Expand Up @@ -367,7 +367,7 @@ public class AppConstants {
/** Pushover のアクセス先 URI */
public static final String PUSH_NOTIFY_PUSHOVER_URI = "https://api.pushover.net/1/messages.json";

/** LINE Notify API のアクセス先 URI */
/** LINE Notify API のアクセス先 URI */
public static final String NOTIFY_LINE_URI = "https://notify-api.line.me/api/notify";

/** メッセージ ドラム缶:{0} ({1}隻) */
Expand Down

0 comments on commit d167311

Please sign in to comment.