diff --git a/package.json b/package.json index 8e9f61e..e6f264e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/vancura/blit-tech.git" }, - "homepage": "https://vancura.com/blit-tech", + "homepage": "https://vancura.dev", "bugs": { "url": "https://github.com/vancura/blit-tech/issues" }, -- 2.51.2 From ffe01ac0b0745efda2902bf26b5bb5e8ade57447 Mon Sep 17 00:00:00 2001 From: Vaclav Vancura Date: Sat, 16 May 2026 12:40:47 +0200 Subject: [PATCH 2/2] chore(release): release 1.0.3 Signed-off-by: Vaclav Vancura --- package.json | 2 +- src/core/BTAPI.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e6f264e..ce185e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blit-tech", - "version": "1.0.2", + "version": "1.0.3", "type": "module", "description": "A palette-first WebGPU retro engine for TypeScript, inspired by RetroBlit.", "author": "Václav Vančura", diff --git a/src/core/BTAPI.ts b/src/core/BTAPI.ts index f1b079c..3bee7df 100644 --- a/src/core/BTAPI.ts +++ b/src/core/BTAPI.ts @@ -53,7 +53,7 @@ export class BTAPI { public static readonly VERSION_MINOR = 0; /** Patch version number. */ - public static readonly VERSION_PATCH = 2; + public static readonly VERSION_PATCH = 3; // #endregion