Skip to content

Commit

Permalink
Bump version (minor) for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswilty committed Oct 23, 2024
1 parent 66f1968 commit 63f26b8
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.3",
"version": "1.1.0",
"type": "module",
"scripts": {
"build": "tsc --noEmit",
Expand Down
4 changes: 2 additions & 2 deletions cloud/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloud",
"version": "1.0.3",
"version": "1.1.0",
"bin": {
"cloud": "bin/pipeline.js"
},
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.3",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand Down
4 changes: 2 additions & 2 deletions k6/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.3",
"version": "1.1.0",
"type": "module",
"scripts": {
"format": "prettier --write .",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prompt-injection",
"version": "1.0.3",
"version": "1.1.0",
"description": "Game to promote awareness of prompt injection attacks on LLM AI models, and teach defensive measures",
"keywords": [
"ai",
Expand Down

0 comments on commit 63f26b8

Please sign in to comment.