Skip to content

Commit 8633a69

Browse files
committed
release: v0.1.10
1 parent b1054ec commit 8633a69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airshipone",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"author": "Timeless Prototype",
55
"license": "MIT",
66
"homepage": "https://timelessp.github.io/airshipone/",

public/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated from package.json by scripts/write-version.mjs.
2-
export const APP_VERSION = '0.1.9';
2+
export const APP_VERSION = '0.1.10';

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@ const buildAboutItems = (): MenuItem[] => [
24722472
{
24732473
type: 'image-link',
24742474
label: 'Support',
2475-
src: '/assets/bmac/default-yellow.png',
2475+
src: `${import.meta.env.BASE_URL}assets/bmac/default-yellow.png`,
24762476
href: 'https://buymeacoffee.com/timelessp',
24772477
alt: 'Buy Me A Coffee'
24782478
}

0 commit comments

Comments
 (0)