Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
disk91 committed Jun 23, 2023
1 parent e6111fd commit 0f48b9d
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -57,7 +57,7 @@ export default {
proxyDeact:(process.env.API_HOST || '')+'/console/1.0/proxy/deactivate',
ouiGet:(process.env.API_HOST || '')+'/console/1.0/misc/oui',
termAndUse:process.env.CONSOLE_TERMS || '/',
frontVersion:'1.1.2'
frontVersion:'1.2.0'
},

// env variables loaded accessible on the server side
Expand Down
3 changes: 2 additions & 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.1.1
helium.version=1.2.0

## Stripe - test key by default
helium.stripe.key.private.default=sk_test_VePHdqKTYQjKNInc7u56JBrQ
Expand Down Expand Up @@ -98,6 +98,7 @@ chirpstack.api.admin.token.default=
#logging.level.eu.heliumiot.console.service.HeliumDeviceStatService=DEBUG
#logging.level.eu.heliumiot.console.service.HeliumTenantStatService=DEBUG
#logging.level.eu.heliumiot.console.service.HeliumDeviceService=DEBUG
#logging.level.eu.heliumiot.console.service.RoamingService=DEBUG
#logging.level.eu.heliumiot.console.api.TenantApi=DEBUG
#logging.level.eu.heliumiot.console.service.NovaService=DEBUG
#logging.level.eu.heliumiot.console.mqtt.MqttListener=DEBUG
Expand Down

0 comments on commit 0f48b9d

Please sign in to comment.