This commit is contained in:
Abu Bilal 2026-05-07 21:55:32 +03:00
parent d0a1d248ca
commit 2c0d72de35
4 changed files with 5 additions and 4 deletions

View file

@ -5,7 +5,7 @@ import type { ForegroundColorName, BackgroundColorName } from "chalk";
type Msg = [string, ForegroundColorName | "white", BackgroundColorName | null]; type Msg = [string, ForegroundColorName | "white", BackgroundColorName | null];
// Define the package semver and app version // 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 const appVersion = "1.8.4"; // Replace with your desired app version
// Paths to the JSON files // Paths to the JSON files

View file

@ -1,7 +1,7 @@
{ {
"id": "double-row-toolbar", "id": "double-row-toolbar",
"name": "Double row toolbar", "name": "Double row toolbar",
"version": "1.0.2", "version": "1.0.3",
"minAppVersion": "1.8.4", "minAppVersion": "1.8.4",
"description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.", "description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.",
"author": "Lorens Osman", "author": "Lorens Osman",

View file

@ -1,6 +1,6 @@
{ {
"name": "double-row-toolbar", "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.", "description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -1,5 +1,6 @@
{ {
"1.0.0": "1.8.4", "1.0.0": "1.8.4",
"1.0.1": "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"
} }