Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v2.2.2 #142

Merged
merged 1 commit into from
Feb 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 deployment/config/indexer/docker.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NETWORK=mainnet

CONFIG_FILE=oura_docker.yml

CARP_VERSION=2.2.1
CARP_VERSION=2.2.2

# these credentials are utilized by postgres, carp and carp_web services
POSTGRES_HOST=postgres
Expand Down
2 changes: 1 addition & 1 deletion docs/bin/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@
},
"info": {
"title": "carp",
"version": "2.2.1",
"version": "2.2.2",
"description": "API for the Postgres database generated by Carp",
"license": {
"name": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/indexer/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ NETWORK=mainnet
# alternative to CARP_CONFIG env variable
CONFIG_FILE=cardano_node_docker.yml

CARP_VERSION=2.2.1
CARP_VERSION=2.2.2

# these credentials are utilized by postgres, carp and carp_web services
# host should be container name or static ip
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 = "2.2.1"
version = "2.2.2"
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.2.1",
"version": "2.2.2",
"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.2.1",
"version": "2.2.2",
"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.2.1",
"version": "2.2.2",
"description": "API for the Postgres database generated by Carp",
"main": "app/index.js",
"scripts": {
Expand Down