Skip to content

Commit 6799d66

Browse files
authored
2.2.0 (#136)
1 parent 39583e4 commit 6799d66

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deployment/config/indexer/docker.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NETWORK=mainnet
44

55
CONFIG_FILE=oura_docker.yml
66

7-
CARP_VERSION=2.1.2
7+
CARP_VERSION=2.2.0
88

99
# these credentials are utilized by postgres, carp and carp_web services
1010
POSTGRES_HOST=postgres

docs/bin/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@
837837
},
838838
"info": {
839839
"title": "carp",
840-
"version": "2.1.2",
840+
"version": "2.2.0",
841841
"description": "API for the Postgres database generated by Carp",
842842
"license": {
843843
"name": "MIT"

docs/docs/indexer/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ NETWORK=mainnet
4545
# any custom filename located in deployment/config/indexer folder
4646
CONFIG_FILE=cardano_node_docker.yml
4747
48-
CARP_VERSION=2.1.2
48+
CARP_VERSION=2.2.0
4949
5050
# these credentials are utilized by postgres, carp and carp_web services
5151
# host should be container name or static ip

indexer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "carp"
3-
version = "2.1.2"
3+
version = "2.2.0"
44
edition = "2021"
55
license = "MIT"
66

webserver/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dcspark/carp-client",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Web client for the Carp server",
55
"main": "app/index.js",
66
"scripts": {

webserver/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dcspark/carp-examples",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "Examples that leverage the Carp client",
55
"scripts": {
66
"eslint": "eslint tests",

webserver/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carp",
3-
"version": "2.1.2",
3+
"version": "2.2.0",
44
"description": "API for the Postgres database generated by Carp",
55
"main": "app/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)