Skip to content

Commit

Permalink
バージョン
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiYukiVirtual committed Feb 26, 2023
1 parent 01c94af commit 6b15e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VRChatOpenBrowser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class VRChatOpenBrowser : Form
{
const string version_local = "v3.0.1";
const string version_local = "v4.0.0";

static DateTime lastTime = DateTime.Now; // 最後にリクエストを受けた時間
static Settings settings; // 設定ファイルを読み込むクラス
Expand Down
2 changes: 1 addition & 1 deletion setting.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v3.0.1
# v4.0.0
IdlePeriod: 500
Protocol:
- https
Expand Down

0 comments on commit 6b15e4d

Please sign in to comment.