Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed May 12, 2024
1 parent be456d7 commit cc9defa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion docs/bin/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@
},
"info": {
"title": "carp",
"version": "3.2.0",
"version": "3.2.1",
"description": "API for the Postgres database generated by Carp",
"license": {
"name": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-website",
"version": "3.2.0",
"version": "3.2.1",
"private": true,
"scripts": {
"prepare": "yarn bin:sql && yarn bin:refresh-ep && yarn bin:refresh-task-docs && yarn bin:openapi",
Expand Down
2 changes: 1 addition & 1 deletion indexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "carp"
version = "3.2.0"
version = "3.2.1"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion webserver/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcspark/carp-client",
"version": "3.2.0",
"version": "3.2.1",
"description": "Web client for the Carp server",
"main": "client/src/index.js",
"scripts": {
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": "3.2.0",
"version": "3.2.1",
"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": "3.2.0",
"version": "3.2.1",
"description": "API for the Postgres database generated by Carp",
"main": "client/src/index.js",
"scripts": {
Expand Down

0 comments on commit cc9defa

Please sign in to comment.