diff --git a/distribution/manifest.json b/distribution/manifest.json index c2614d1..fb43e69 100644 --- a/distribution/manifest.json +++ b/distribution/manifest.json @@ -1,6 +1,6 @@ { "name": "Refined Zapier", - "version": "0.0.5", + "version": "0.0.6", "description": "Simplifies the Zapier interface and adds useful features", "homepage_url": "https://github.com/zlwaterfield/refined-zapier", "manifest_version": 2, diff --git a/source/features/index.tsx b/source/features/index.tsx index be72933..34f3ab6 100644 --- a/source/features/index.tsx +++ b/source/features/index.tsx @@ -94,7 +94,7 @@ const globalReady: Promise = new Promise(async resolve => { // Options defaults const [options, hotfix] = await Promise.all([ optionsStorage.getAll(), - version === '0.0.5' || await cache.get('hotfix') // Ignores the cache when loaded locally + version === '0.0.6' || await cache.get('hotfix') // Ignores the cache when loaded locally ]); void checkForHotfixes();