Skip to content

Commit

Permalink
Community - update version
Browse files Browse the repository at this point in the history
  • Loading branch information
disk91 committed Feb 28, 2024
1 parent 7da1d9c commit d947756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuxt/console/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
disableStatTenant:process.env.DIS_STAT_TENANT || 'false',
community:process.env.DIS_FULL || 'true',
mapApiKey:process.env.MAP_KEY || '',
frontVersion:'1.8.0'
frontVersion:'1.8.1'
},

// env variables loaded accessible on the server side
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring.main.register-shutdown-hook=true
# spring.jpa.properties.hibernate.format_sql=true
helium.allows.signup.default=false
helium.allows.activation.default=true
helium.version=1.8.0
helium.version=1.8.1

## Stripe - test key by default
helium.stripe.key.private.default=sk_test_VePHdqKTYQjKNInc7u56JBrQ
Expand Down

0 comments on commit d947756

Please sign in to comment.