From e7c0cbf3fb8a8554eb873b266257d5bb3f7c117e Mon Sep 17 00:00:00 2001 From: "Joshua J. Berry" Date: Sun, 29 Sep 2024 14:27:17 -0400 Subject: [PATCH] Version 3.1.1 --- assets/manifest.json | 2 +- src/stash-list/index.vue | 4 ++-- src/whats-new/index.vue | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 3 deletions(-) diff --git a/assets/manifest.json b/assets/manifest.json index dee12a4..69ada43 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Tab Stash", - "version": "3.1", + "version": "3.1.1", "description": "A no-fuss way to save and restore batches of tabs as bookmarks.", "homepage_url": "https://josh-berry.github.io/tab-stash/", "icons": { diff --git a/src/stash-list/index.vue b/src/stash-list/index.vue index aefb364..d989de7 100644 --- a/src/stash-list/index.vue +++ b/src/stash-list/index.vue @@ -27,8 +27,8 @@ @activate="go('whats-new.html')" @dismiss="hideWhatsNew" > - Tab Stash {{ my_version }} significantly improves performance, - especially when opening the UI. See what's new! + Tab Stash {{ my_version }} fixes a crash, a few bugs, and a performance + issue. See what's new!