File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export default {
78
78
disableStatTenant :process . env . DIS_STAT_TENANT || 'false' ,
79
79
community :process . env . DIS_FULL || 'true' ,
80
80
mapApiKey :process . env . MAP_KEY || '' ,
81
- frontVersion :'1.9.0 '
81
+ frontVersion :'1.9.1 '
82
82
} ,
83
83
84
84
// env variables loaded accessible on the server side
@@ -198,8 +198,8 @@ export default {
198
198
}
199
199
} ,
200
200
} ,
201
-
201
+
202
202
203
203
// Build Configuration: https://go.nuxtjs.dev/config-build
204
204
build : { } ,
205
- }
205
+ }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ spring.main.register-shutdown-hook=true
12
12
# spring.jpa.properties.hibernate.format_sql=true
13
13
helium.allows.signup.default =false
14
14
helium.allows.activation.default =true
15
- helium.version =1.9.0
15
+ helium.version =1.9.1
16
16
17
17
# # Stripe - test key by default
18
18
helium.stripe.key.private.default =sk_test_VePHdqKTYQjKNInc7u56JBrQ
You can’t perform that action at this time.
0 commit comments