From 2c0d72de35ae5f0d8ef14c848c4d43051243af7e Mon Sep 17 00:00:00 2001 From: Abu Bilal Date: Thu, 7 May 2026 21:55:32 +0300 Subject: [PATCH] v1.0.3 --- bump.ts | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bump.ts b/bump.ts index b3f741b..e56a706 100644 --- a/bump.ts +++ b/bump.ts @@ -5,7 +5,7 @@ import type { ForegroundColorName, BackgroundColorName } from "chalk"; type Msg = [string, ForegroundColorName | "white", BackgroundColorName | null]; // Define the package semver and app version -const packageSemver = "1.0.2"; // Replace with your desired package semver +const packageSemver = "1.0.3"; // Replace with your desired package semver const appVersion = "1.8.4"; // Replace with your desired app version // Paths to the JSON files diff --git a/manifest.json b/manifest.json index 1f77558..c44c5b6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "double-row-toolbar", "name": "Double row toolbar", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "1.8.4", "description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.", "author": "Lorens Osman", diff --git a/package.json b/package.json index 2c3e765..8f4d2ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "double-row-toolbar", - "version": "1.0.2", + "version": "1.0.3", "description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3b8846c..4651ad6 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "1.8.4", "1.0.1": "1.8.4", - "1.0.2": "1.8.4" + "1.0.2": "1.8.4", + "1.0.3": "1.8.4" } \ No newline at end of file