Version bump for 3.0.0 release

pull/11/head
Daniel Asher Resnick 9 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 - Custom upload for your own data files
- Updates to Roden and Great Wolves files (currently the data comes from Monster Burner and not Codex) - 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 ### Added
- Custom stocks can now be added to a server - Custom stocks can now be added to a server
- Stock data moved from code to dedicated data file - Stock data moved from code to dedicated data file

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

Loading…
Cancel
Save