diff --git a/manifest-v2/package.json b/manifest-v2/package.json index 120ba2c..36c86b2 100644 --- a/manifest-v2/package.json +++ b/manifest-v2/package.json @@ -1,7 +1,7 @@ { "name": "animevsub-helper", "displayName": "AnimeVsub Helper", - "version": "1.0.39", + "version": "1.0.40", "description": "Extension add API helper for AnimeVsub", "private": true, "packageManager": "pnpm@7.8.0", diff --git a/manifest-v3/package.json b/manifest-v3/package.json index 16aa278..47ad168 100644 --- a/manifest-v3/package.json +++ b/manifest-v3/package.json @@ -1,7 +1,7 @@ { "name": "animevsub-helper", "displayName": "AnimeVsub Helper", - "version": "1.0.39", + "version": "1.0.40", "description": "Extension add API helper for AnimeVsub", "private": true, "scripts": { diff --git a/npm/package.json b/npm/package.json index b694004..6dc00cb 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "client-ext-animevsub-helper", - "version": "1.0.39", + "version": "1.0.40", "description": "This package is a client that includes connections to the AnimeVsub Helper utility", "scripts": { "build": "tsup", diff --git a/package.json b/package.json index 74c3a71..b69509d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.39", + "version": "1.0.40", "scripts": { "lint": "eslint lib/ --ext ts", "format": "prettier -w lib/",