From ac3763c47138e9abfaf7ccd6c172a4398064a634 Mon Sep 17 00:00:00 2001 From: Jon Friesen Date: Wed, 27 Nov 2024 18:08:22 -0700 Subject: [PATCH] Bump version to 1.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4749c60..958b14c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quickcite", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "quickcite", - "version": "1.1.0", + "version": "1.1.1", "license": "UNLICENSED", "devDependencies": { "@crxjs/vite-plugin": "^2.0.0-beta.28", diff --git a/package.json b/package.json index eab4371..385d350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickcite", - "version": "1.1.0", + "version": "1.1.1", "description": "A Chrome extension to copy GitHub pull request information", "main": "background.js", "type": "module", diff --git a/src/manifest.json b/src/manifest.json index 14cb186..c22f205 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "QuickCite", - "version": "1.1.0", + "version": "1.1.1", "description": "Injects buttons on various sites to copy formatted information to clipboard", "author": { "email": "jon@jonfriesen.ca"