Skip to content

Commit

Permalink
update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
disk91 committed Sep 9, 2023
1 parent 466dd64 commit f3c691b
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 @@ -65,7 +65,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.4.0'
frontVersion:'1.4.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.4.0
helium.version=1.4.1

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

0 comments on commit f3c691b

Please sign in to comment.