Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Mar 19, 2024
1 parent 7e3982d commit bbb6337
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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 deployment/config/indexer/docker.mainnet.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NETWORK=mainnet

CONFIG_FILE=oura_docker.mainnet.yml

CARP_VERSION=2.4.1
CARP_VERSION=3.0.0

# these credentials are utilized by postgres, carp and carp_web services
POSTGRES_HOST=postgres
Expand Down
2 changes: 1 addition & 1 deletion deployment/config/indexer/docker.preprod.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NETWORK=preprod

CONFIG_FILE=oura_docker.preprod.yml

CARP_VERSION=2.4.1
CARP_VERSION=3.0.0

# these credentials are utilized by postgres, carp and carp_web services
POSTGRES_HOST=postgres
Expand Down
2 changes: 1 addition & 1 deletion deployment/config/indexer/docker.preview.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ NETWORK=preview

CONFIG_FILE=oura_docker.preview.yml

CARP_VERSION=2.4.1
CARP_VERSION=3.0.0

# 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 @@ -1330,7 +1330,7 @@
},
"info": {
"title": "carp",
"version": "2.4.1",
"version": "3.0.0",
"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.4.1
CARP_VERSION=3.0.0
# 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.4.1"
version = "3.0.0"
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.4.1",
"version": "3.0.0",
"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.4.1",
"version": "3.0.0",
"description": "Examples that leverage the Carp client",
"scripts": {
"eslint": "eslint tests",
Expand Down
2 changes: 1 addition & 1 deletion webserver/examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
integrity sha512-EwXyOF0MrHGBDFyqjGqxhvpYqq0I4x1RtDW8eubQoePFpHnysiYUf6qYdnP7FRLpuiyubQC96P0lurYkISCBeA==

"@dcspark/carp-client@../client/dist":
version "2.4.1"
version "3.0.0"
dependencies:
axios "^0.27.2"

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.4.1",
"version": "3.0.0",
"description": "API for the Postgres database generated by Carp",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit bbb6337

Please sign in to comment.