Update version details

This commit is contained in:
Mike Farr 2025-03-09 15:13:22 -04:00
parent 215557e417
commit 57cc3d009a
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"id": "simple-archiver", "id": "simple-archiver",
"name": "Simple Archiver", "name": "Simple Archiver",
"version": "0.1.0", "version": "0.1.0",
"minAppVersion": "0.15.0", "minAppVersion": "1.8.0",
"description": "Move old, stinky notes and folders to an archive, where they belong.", "description": "Move old, stinky notes and folders to an archive, where they belong.",
"author": "Mike Farr", "author": "Mike Farr",
"authorUrl": "https://github.com/mfarr", "authorUrl": "https://github.com/mfarr",

View file

@ -1,6 +1,6 @@
{ {
"name": "simple-archiver", "name": "simple-archiver",
"version": "0.0.1", "version": "0.1.0",
"description": "Send old, stinky notes to the archive, where they belong.", "description": "Send old, stinky notes to the archive, where they belong.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -1,3 +1,3 @@
{ {
"1.0.0": "0.15.0" "0.1.0": "1.8.0"
} }