Skip to content

Commit

Permalink
oops 1.2.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bebiksior committed Dec 1, 2024
1 parent d26042d commit a1d6289
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "bypasser",
"name": "403Bypasser",
"version": "1.2.0",
"version": "1.1.0",
"description": "Bypass a 403 page with a set of templates",
"author": {
"name": "bebiks",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "403bypasser",
"version": "1.2.0",
"version": "1.1.0",
"description": "Bypass a 403 page with a set of templates",
"author": "bebiks <[email protected]>",
"license": "CC0-1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.2.0",
"version": "1.1.0",
"description": "Backend for 403Bypasser",
"author": "bebiks",
"license": "CC0-1.0",
Expand All @@ -15,13 +15,13 @@
"openai": "^4.73.1",
"parse-raw-http": "^0.0.1",
"read-yaml-file": "^2.1.0",
"real-cancellable-promise": "^1.2.0",
"real-cancellable-promise": "^1.1.0",
"shared": "workspace:*",
"yaml": "^2.6.1"
},
"devDependencies": {
"@caido/sdk-backend": "0.44.1",
"@caido/sdk-frontend": "0.44.1",
"@modyfi/vite-plugin-yaml": "^1.2.0"
"@modyfi/vite-plugin-yaml": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.2.0",
"version": "1.1.0",
"description": "Frontend for 403Bypasser",
"author": "bebiks <[email protected]>",
"license": "CC0-1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shared",
"version": "1.2.0",
"version": "1.1.0",
"description": "Shared types for 403Bypasser",
"author": "bebiks <[email protected]>",
"license": "CC0-1.0",
Expand Down

0 comments on commit a1d6289

Please sign in to comment.