Skip to content

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Dec 29, 2023
1 parent 17033e8 commit 7a92a89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/bin/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@
},
"info": {
"title": "carp",
"version": "2.3.1",
"version": "2.4.0",
"description": "API for the Postgres database generated by Carp",
"license": {
"name": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion webserver/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcspark/carp-examples",
"version": "2.3.1",
"version": "2.4.0",
"description": "Examples that leverage the Carp client",
"scripts": {
"eslint": "eslint tests",
Expand Down
2 changes: 1 addition & 1 deletion webserver/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carp",
"version": "2.3.1",
"version": "2.4.0",
"description": "API for the Postgres database generated by Carp",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit 7a92a89

Please sign in to comment.