Skip to content

Commit

Permalink
Obc/053minimalfix (#95)
Browse files Browse the repository at this point in the history
* Fixed version #s

* Updated VERSION.txt
  • Loading branch information
OldBeardedCoder authored Jan 28, 2021
1 parent cea33b9 commit 3f7d8cf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ Thanks!

## Upcoming Release
* Added ElementalSkills option (+Cold,Lightning,Magic,Poison Skills)

## v0.5.3
* Fixed version #
## v0.5.2
* [bugfix] - fixed density overlap in old code, which was squaring density for nightmare, no increase for hell.
* Upped density max to 45 and split between MonStats.txt & Levels.txt so that the density caps are not hit.
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.5.2
v0.5.3
2 changes: 1 addition & 1 deletion cfg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Version": "v0.5.1",
"Version": "v0.5.3",
"SourceDir": "",
"OutputDir": "",
"MeleeSplash": true,
Expand Down
2 changes: 1 addition & 1 deletion gui/react-ui/src/components/D2ModMaker/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const _ = require('lodash');
const axios = require("axios");

const defaultCfg = {
Version: "v0.5.1",
Version: "v0.5.3",
SourceDir: "",
OutputDir: "",
MeleeSplash: true,
Expand Down
2 changes: 1 addition & 1 deletion internal/d2mod/config/cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type Data struct {

func DefaultData() Data {
return Data{
Version: "v0.5.1",
Version: "v0.5.3",
SourceDir: "",
OutputDir: "",
MeleeSplash: true,
Expand Down

0 comments on commit 3f7d8cf

Please sign in to comment.