From a8545c5137c89676f43ee519d7a1a3632be1dcb6 Mon Sep 17 00:00:00 2001 From: Emmanuel Krebs Date: Wed, 27 Nov 2024 10:35:09 +0100 Subject: [PATCH] chore: v1.10.0 (#173) --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d591487..c0b041f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "pile", "description": "pile", - "version": "1.9.7", + "version": "1.10.0", "icons": { "16": "src/content/icons/icon-16.png", "48": "src/content/icons/icon-48.png", diff --git a/package.json b/package.json index d060e66..a0ef982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pile", - "version": "1.9.7", + "version": "1.10.0", "author": "Emmanuel Krebs ", "license": "MIT", "type": "module",