diff --git a/.changeset/spicy-vans-care.md b/.changeset/spicy-vans-care.md new file mode 100644 index 0000000..529714d --- /dev/null +++ b/.changeset/spicy-vans-care.md @@ -0,0 +1,5 @@ +--- +"s3bucketlist": patch +--- + +fixes #22 where stored buckets are cleared after some time diff --git a/README.md b/README.md index 39d1914..5294d10 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# S3BucketList v3.1.0 +# S3BucketList v3.1.1 Search, lists, and checks S3 Buckets found in network requests while you are browsing. diff --git a/public/manifest.json b/public/manifest.json index 4a3b25a..c44bc04 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "S3BucketList", "description": "Search, lists, and checks S3 Buckets found in network requests", - "version": "3.1.0", + "version": "3.1.1", "icons": { "16": "images/bucket-16.png", "32": "images/bucket-32.png", diff --git a/src/App.tsx b/src/App.tsx index 3b8f615..70b5ccf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -92,7 +92,7 @@ function App() { Alec Blance
-v3.1.0
+v3.1.1