From d58e1bbb3db83f3d34925f128d81a49b88454b49 Mon Sep 17 00:00:00 2001 From: Mike Farr Date: Sat, 29 Mar 2025 08:56:15 -0400 Subject: [PATCH] Version 0.2.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 02be745..53978fd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "simple-archiver", "name": "Simple Archiver", - "version": "0.1.1", + "version": "0.2.0", "minAppVersion": "1.8.0", "description": "Move old, stinky notes and folders to an archive, where they belong.", "author": "Mike Farr", diff --git a/package.json b/package.json index c1be67c..7e7577a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-archiver", - "version": "0.1.1", + "version": "0.2.0", "description": "Send old, stinky notes to the archive, where they belong.", "main": "main.js", "scripts": {