Bump dev, fix issue with applying fleet boosts

This commit is contained in:
blitzman
2016-08-28 19:35:55 -04:00
parent 6192343add
commit f98f6a120b
2 changed files with 3 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ debug = False
saveInRoot = False
# Version data
version = "1.23.0"
tag = "Stable"
version = "1.23.1"
tag = "git"
expansionName = "YC 118.7"
expansionVersion = "1.4"
evemonMinVersion = "4081"

View File

@@ -368,7 +368,7 @@ class GangView ( ScrolledPanel ):
sFit = service.Fit.getInstance()
fit = sFit.getFit(self.mainFrame.getActiveFit())
if fit and not fit.isStructuree:
if fit and not fit.isStructure:
self.draggedFitID = fitID
pos = wx.GetMousePosition()