Skip to content

Commit

Permalink
preparre release
Browse files Browse the repository at this point in the history
  • Loading branch information
disk91 committed Nov 30, 2023
1 parent 27b8a86 commit e45108b
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 @@ -70,7 +70,7 @@ export default {
disablePurchase:process.env.DIS_DC_PURCHASE || 'false',
disableNewTenant:process.env.DIS_NEW_TENANT || 'false',
disableStatTenant:process.env.DIS_STAT_TENANT || 'false',
frontVersion:'1.6.0'
frontVersion:'1.6.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.6.0
helium.version=1.6.1

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

0 comments on commit e45108b

Please sign in to comment.