File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 
desktop/test/hub-integration 
publication/test/support/field_hub Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 
Original file line number Diff line number Diff 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 
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COUCHDB_USER_NAME=app_user
55COUCHDB_USER_PASSWORD = app_user_password 
66DB_DATA_DIRECTORY = ./couch_data 
77
8- FIELD_HUB_VERSION = 3.3.1  
8+ FIELD_HUB_VERSION = 3.3.2  
99HOST = localhost 
1010SECRET_KEY_BASE = put_long_random_string_here_atleast_64_bytes_in_length_123456789 
1111FILE_DIRECTORY = ./files 
Original file line number Diff line number Diff 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 ( ) , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments