mirror of
https://github.com/lorens-osman-dev/double-row-toolbar.git
synced 2026-07-22 05:43:57 +00:00
v1.0.3
This commit is contained in:
parent
d0a1d248ca
commit
2c0d72de35
4 changed files with 5 additions and 4 deletions
2
bump.ts
2
bump.ts
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue