Skip to content

Commit 4e13099

Browse files
committed
Bump FieldHub version to 3.3.2
1 parent a05bc54 commit 4e13099

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

desktop/test/hub-integration/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
ports:
1010
- "5985:5984"
1111
app:
12-
image: "ghcr.io/dainst/field_hub:3.3.1"
12+
image: "ghcr.io/dainst/field_hub:3.3.2"
1313
container_name: field-hub-client-integration-test
1414
environment:
1515
- HOST=localhost

publication/test/support/field_hub/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
extra_hosts:
1111
- "host.docker.internal:host-gateway"
1212
app:
13-
image: ghcr.io/dainst/field_hub:3.2.8
13+
image: ghcr.io/dainst/field_hub:3.3.2
1414
container_name: "fieldhub_integration_test_app"
1515
environment:
1616
- HOST=localhost

server/deployment_example/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COUCHDB_USER_NAME=app_user
55
COUCHDB_USER_PASSWORD=app_user_password
66
DB_DATA_DIRECTORY=./couch_data
77

8-
FIELD_HUB_VERSION=3.3.1
8+
FIELD_HUB_VERSION=3.3.2
99
HOST=localhost
1010
SECRET_KEY_BASE=put_long_random_string_here_atleast_64_bytes_in_length_123456789
1111
FILE_DIRECTORY=./files

server/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule FieldHub.MixProject do
44
def project do
55
[
66
app: :field_hub,
7-
version: "3.3.0",
7+
version: "3.3.2",
88
elixir: "~> 1.13",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:gettext] ++ Mix.compilers(),

0 commit comments

Comments
 (0)