Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Aug 23, 2022
1 parent 0785d30 commit 40ddf81
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion indexer/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 indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "entity", "migration", "rollback", "reparse", "tasks", "plan-vis

[package]
name = "carp"
version = "2.0.2"
version = "2.0.3"
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": "2.0.2",
"version": "2.0.3",
"description": "Web client for the Carp server",
"main": "app/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": "2.0.2",
"version": "2.0.3",
"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.0.2",
"version": "2.0.3",
"description": "API for the Postgres database generated by Carp",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit 40ddf81

Please sign in to comment.