Skip to content

Commit

Permalink
Bump Version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn committed Sep 24, 2024
1 parent 4dfd34c commit c01e3ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions src/internal/Status.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,17 @@ const Status: Plugin = {
<Dialog open={changelogOpen} onOpenChange={setChangelogOpen}>
<DialogContent>
<DialogHeader>
<DialogTitle>v0.2.4</DialogTitle>
<DialogTitle>v0.2.5</DialogTitle>
<DialogDescription>
What's new?
<br />- Auto Update Toggle
<br />- 2 Notification Settings
<br />- Tab Cloak Settings
<br />- Added ability to change Tab Settings via SDK.
<br />- Added notification support to SDK
<br />
</DialogDescription>
{/* <DialogTitle>v0.2.4</DialogTitle>
<DialogDescription>
What's new?
<br />- Added changelog
Expand All @@ -71,7 +81,7 @@ const Status: Plugin = {
<br />- Added SDK! This is still a WIP, but soon you will see
many more features which take advantage of it behind the scenes!
<br />
</DialogDescription>
</DialogDescription> */}
</DialogHeader>
</DialogContent>
</Dialog>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/bunker.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c01e3ec

Please sign in to comment.