From e419350d1d38a1aa57da6af788bc387871752214 Mon Sep 17 00:00:00 2001 From: Jon Friesen Date: Tue, 20 Aug 2024 13:24:12 -0600 Subject: [PATCH] set version to nothing --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2d34091..6ea3a2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickcite", - "version": "1.0.0", + "version": "0.0.0", "description": "A Chrome extension to copy GitHub pull request information", "main": "background.js", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 7269e3e..ee9a8d3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "QuickCite", - "version": "1.0.0", + "version": "0.0.0", "description": "Injects buttons on various sites to copy formatted information to clipboard", "author": { "email": "jon@jonfriesen.ca"