Version bump for 3.0.0 release

pull/11/head
Daniel Asher Resnick 8 months ago
parent 55e8b907b9
commit 381c65d44d
  1. 2
      CHANGELOG.md
  2. 2
      src/public/js/server_settings.js

@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](semver).
- Custom upload for your own data files
- Updates to Roden and Great Wolves files (currently the data comes from Monster Burner and not Codex)
## [3.0.0] - [TBD]
## [3.0.0] - 2023-09-03
### Added
- Custom stocks can now be added to a server
- Stock data moved from code to dedicated data file

@ -1,5 +1,5 @@
var serverSettings = {
'versionString' : '3.0.0-pre-release-custom-stocks',
'versionString' : '3.0.0',
'storageType' : 'client',
'displayAttrMath' : 'false'
}

Loading…
Cancel
Save