[release] v0.10.0-unstable1

This commit is contained in:
Yann Stepienik 2023-08-20 11:49:12 +01:00
parent bc7aaa21d0
commit f127e5a146
3 changed files with 5 additions and 2 deletions

View file

@ -124,7 +124,7 @@
}
.loading-image {
background: url('/assets/images/icons/cosmos_gray.png') no-repeat center center;
background: url('assets/images/icons/cosmos_gray.png') no-repeat center center;
}
.raw-table table {

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.10.0-unstable",
"version": "0.10.0-unstable1",
"description": "",
"main": "test-server.js",
"bugs": {

View file

@ -62,6 +62,9 @@ var DefaultConfig = Config{
Sources: []MarketSource{
},
},
ConstellationConfig: ConstellationConfig{
Enabled: true,
},
}
func FileExists(path string) bool {