updated versions

This commit is contained in:
Andrii Hrushetskyi 2025-03-13 01:02:41 +01:00
parent 0ad968e024
commit fa5af5a3be
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.0",
"version": "1.0.1",
"minAppVersion": "1.8.9",
"description": "This plugin 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.0",
"version": "1.0.1",
"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.0": "0.15.0"
"1.0.1": "1.8.9"
}