Skip to content

Commit

Permalink
Bump app version to 1.0.0 across all package files
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswilty committed Mar 28, 2024
1 parent 88e4c72 commit 512ef06
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 352 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prompt-injection-api",
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "tsc --noEmit",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prompt-injection-ui",
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand Down
2 changes: 1 addition & 1 deletion k6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prompt-injection-k6",
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"format": "prettier --write .",
Expand Down
Loading

0 comments on commit 512ef06

Please sign in to comment.