version bump

This commit is contained in:
Al0cam 2026-03-09 20:46:39 +01:00
parent 0c79ab38e3
commit b3d3bb2f27
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "auto-mover",
"name": "AutoMover",
"version": "1.0.7",
"version": "1.0.8",
"minAppVersion": "0.15.0",
"description": "Move files and notes with specified names into their designated folders according to rules you define.",
"author": "Al0cam",

View file

@ -1,6 +1,6 @@
{
"name": "AutoMover",
"version": "1.0.7",
"version": "1.0.8",
"description": "AutoMover: Move files and notes with specified names into their designated folders according to rules you define.",
"main": "main.js",
"scripts": {

View file

@ -1,3 +1,3 @@
{
"1.0.7": "0.15.0"
"1.0.8": "0.15.0"
}