Skip to content

Commit 0f48b9d

Browse files
committed
update versions
1 parent e6111fd commit 0f48b9d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nuxt/console/nuxt.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default {
5757
proxyDeact:(process.env.API_HOST || '')+'/console/1.0/proxy/deactivate',
5858
ouiGet:(process.env.API_HOST || '')+'/console/1.0/misc/oui',
5959
termAndUse:process.env.CONSOLE_TERMS || '/',
60-
frontVersion:'1.1.2'
60+
frontVersion:'1.2.0'
6161
},
6262

6363
// env variables loaded accessible on the server side

src/main/resources/application.properties

+2-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.1.1
15+
helium.version=1.2.0
1616

1717
## Stripe - test key by default
1818
helium.stripe.key.private.default=sk_test_VePHdqKTYQjKNInc7u56JBrQ
@@ -98,6 +98,7 @@ chirpstack.api.admin.token.default=
9898
#logging.level.eu.heliumiot.console.service.HeliumDeviceStatService=DEBUG
9999
#logging.level.eu.heliumiot.console.service.HeliumTenantStatService=DEBUG
100100
#logging.level.eu.heliumiot.console.service.HeliumDeviceService=DEBUG
101+
#logging.level.eu.heliumiot.console.service.RoamingService=DEBUG
101102
#logging.level.eu.heliumiot.console.api.TenantApi=DEBUG
102103
#logging.level.eu.heliumiot.console.service.NovaService=DEBUG
103104
#logging.level.eu.heliumiot.console.mqtt.MqttListener=DEBUG

0 commit comments

Comments
 (0)