Skip to content

Commit 7a963c2

Browse files
committed
Upgrade version for release
1 parent 5209876 commit 7a963c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nuxt/console/nuxt.config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
disableStatTenant:process.env.DIS_STAT_TENANT || 'false',
7979
community:process.env.DIS_FULL || 'true',
8080
mapApiKey:process.env.MAP_KEY || '',
81-
frontVersion:'1.9.0'
81+
frontVersion:'1.9.1'
8282
},
8383

8484
// env variables loaded accessible on the server side
@@ -198,8 +198,8 @@ export default {
198198
}
199199
},
200200
},
201-
201+
202202

203203
// Build Configuration: https://go.nuxtjs.dev/config-build
204204
build: {},
205-
}
205+
}

src/main/resources/application.properties

+1-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.9.0
15+
helium.version=1.9.1
1616

1717
## Stripe - test key by default
1818
helium.stripe.key.private.default=sk_test_VePHdqKTYQjKNInc7u56JBrQ

0 commit comments

Comments
 (0)