update versions

This commit is contained in:
Andrii Hrushetskyi 2025-03-27 21:29:08 +01:00
parent 297936b452
commit 6ef0eba3b4
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "smart-day-night-switcher",
"name": "Smart DayNight switcher",
"version": "1.0.2",
"version": "1.0.3",
"minAppVersion": "1.8.9",
"description": "Intelligently determines sunrise and sunset times and automatically switches the color scheme to light or dark mode.",
"author": "Andrii Hrushetskyi",

View file

@ -1,6 +1,6 @@
{
"name": "smart-day-night-switcher",
"version": "1.0.2",
"version": "1.0.3",
"description": "This plugin intelligently determines sunrise and sunset times and automatically switches the color scheme to light or dark mode.",
"main": "main.js",
"scripts": {

View file

@ -1,3 +1,3 @@
{
"1.0.2": "1.8.9"
"1.0.3": "1.8.9"
}