Skip to content

Commit

Permalink
chore: release v1.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Oct 10, 2024
1 parent 2fcd6aa commit ffc12c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "animevsub-helper",
"displayName": "AnimeVsub Helper",
"version": "1.0.35",
"version": "1.0.36",
"description": "Extension add API helper for AnimeVsub",
"private": true,
"packageManager": "pnpm@7.8.0",
Expand Down
2 changes: 1 addition & 1 deletion manifest-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "animevsub-helper",
"displayName": "AnimeVsub Helper",
"version": "1.0.35",
"version": "1.0.36",
"description": "Extension add API helper for AnimeVsub",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-ext-animevsub-helper",
"version": "1.0.35",
"version": "1.0.36",
"description": "This package is a client that includes connections to the AnimeVsub Helper utility",
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.35",
"version": "1.0.36",
"scripts": {
"lint": "eslint lib/ --ext ts",
"format": "prettier -w lib/",
Expand Down

0 comments on commit ffc12c6

Please sign in to comment.