We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da1d9c commit d947756Copy full SHA for d947756
nuxt/console/nuxt.config.js
@@ -78,7 +78,7 @@ export default {
78
disableStatTenant:process.env.DIS_STAT_TENANT || 'false',
79
community:process.env.DIS_FULL || 'true',
80
mapApiKey:process.env.MAP_KEY || '',
81
- frontVersion:'1.8.0'
+ frontVersion:'1.8.1'
82
},
83
84
// env variables loaded accessible on the server side
src/main/resources/application.properties
@@ -12,7 +12,7 @@ spring.main.register-shutdown-hook=true
12
# spring.jpa.properties.hibernate.format_sql=true
13
helium.allows.signup.default=false
14
helium.allows.activation.default=true
15
-helium.version=1.8.0
+helium.version=1.8.1
16
17
## Stripe - test key by default
18
helium.stripe.key.private.default=sk_test_VePHdqKTYQjKNInc7u56JBrQ
0 commit comments