From f6c1bca2886a2cc1f559c8452e79c50d0c3d4712 Mon Sep 17 00:00:00 2001 From: Jon Friesen Date: Sat, 14 Sep 2024 14:49:28 -0600 Subject: [PATCH] Bump version to 1.1.0 --- package-lock.json | 4 ++-- package.json | 4 ++-- src/manifest.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22864d1..4358c6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quickcite", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "quickcite", - "version": "1.0.1", + "version": "1.1.0", "license": "UNLICENSED", "devDependencies": { "@crxjs/vite-plugin": "^1.0.14", diff --git a/package.json b/package.json index 957ee0e..951fec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickcite", - "version": "1.0.1", + "version": "1.1.0", "description": "A Chrome extension to copy GitHub pull request information", "main": "background.js", "type": "module", @@ -45,4 +45,4 @@ "tailwindcss": "^3.4.10", "vite": "^2.9.18" } -} \ No newline at end of file +} diff --git a/src/manifest.json b/src/manifest.json index 83f09b9..14cb186 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "QuickCite", - "version": "1.0.1", + "version": "1.1.0", "description": "Injects buttons on various sites to copy formatted information to clipboard", "author": { "email": "jon@jonfriesen.ca"