diff --git a/src/internal/Status.tsx b/src/internal/Status.tsx index 39cacab..214dd80 100644 --- a/src/internal/Status.tsx +++ b/src/internal/Status.tsx @@ -60,7 +60,17 @@ const Status: Plugin = { - v0.2.4 + v0.2.5 + + What's new? +
- Auto Update Toggle +
- 2 Notification Settings +
- Tab Cloak Settings +
- Added ability to change Tab Settings via SDK. +
- Added notification support to SDK +
+
+ {/* v0.2.4 What's new?
- Added changelog @@ -71,7 +81,7 @@ const Status: Plugin = {
- Added SDK! This is still a WIP, but soon you will see many more features which take advantage of it behind the scenes!
-
+ */}
diff --git a/src/lib/bunker.ts b/src/lib/bunker.ts index a84965a..2c13150 100644 --- a/src/lib/bunker.ts +++ b/src/lib/bunker.ts @@ -1,5 +1,5 @@ import { SDK } from "./sdk" -let version: string = "v0.2.4" +let version: string = "v0.2.5" let pluginLocation: string = "internal" let autoUpdate: string = "true" let notifications: string = "false" // True = disable all notifications, false = enable all