This commit is contained in:
zadam 2019-07-20 12:19:47 +02:00
parent 8cf44780ce
commit d839f86b49
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ git tag "$TAG"
git push origin "$TAG"
bin/release-firefox.sh
bin/release-chrome.sh
FIREFOX_BUILD=trilium_web_clipper-$VERSION-an+fx.xpi
CHROME_BUILD=trilium_web_clipper-${VERSION}-chrome.crx

View File

@ -1,4 +1,4 @@
const PROTOCOL_VERSION_MAJOR = 2;
const PROTOCOL_VERSION_MAJOR = 1;
function isDevEnv() {
const manifest = browser.runtime.getManifest();