Skip to content

Commit d947756

Browse files
committed
Community - update version
1 parent 7da1d9c commit d947756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nuxt/console/nuxt.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
disableStatTenant:process.env.DIS_STAT_TENANT || 'false',
7979
community:process.env.DIS_FULL || 'true',
8080
mapApiKey:process.env.MAP_KEY || '',
81-
frontVersion:'1.8.0'
81+
frontVersion:'1.8.1'
8282
},
8383

8484
// env variables loaded accessible on the server side

src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spring.main.register-shutdown-hook=true
1212
# spring.jpa.properties.hibernate.format_sql=true
1313
helium.allows.signup.default=false
1414
helium.allows.activation.default=true
15-
helium.version=1.8.0
15+
helium.version=1.8.1
1616

1717
## Stripe - test key by default
1818
helium.stripe.key.private.default=sk_test_VePHdqKTYQjKNInc7u56JBrQ

0 commit comments

Comments
 (0)