Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpetro committed Dec 3, 2024
1 parent 9ec3098 commit 4474bb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"minAppVersion": "1.1.0",
"authorUrl": "https://wfhbrian.com",
"isDesktopOnly": false,
"version": "2.2.85"
"version": "2.3.37"
}
6 changes: 3 additions & 3 deletions src/components/main_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ function render_supporters_section(scope) {
+ render_supporter_benefits_html()
;
const become_supporter_html = scope.EARLY_ACCESS ? '' : `<div class="setting-component"
data-name="Upgrade to Early Access Version (v2.2)"
data-description="Upgrade to v2.3 (Early Access) to access new features and improvements."
data-name="Upgrade to Early Access Version (v2.4)"
data-description="Upgrade to v2.4 (Early Access) to access new features and improvements."
data-type="button"
data-btn-text="Upgrade to v2.3"
data-btn-text="Upgrade to early-access"
data-callback="update_early_access"
></div>
<div class="setting-component"
Expand Down

0 comments on commit 4474bb3

Please sign in to comment.