Skip to content

Commit

Permalink
Adds 1.4 ships.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlund committed Oct 8, 2015
1 parent 131864d commit d48fd84
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion plugins/edapi_plug.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import textwrap
import time

__version_info__ = ('3', '3', '4')
__version_info__ = ('3', '4', '0')
__version__ = '.'.join(__version_info__)

# ----------------------------------------------------------------
Expand All @@ -42,10 +42,13 @@
'DiamondBackXL': 'Diamondback Explorer',
'Eagle': 'Eagle',
'Empire_Courier': 'Imperial Courier',
'Empire_Eagle': 'Imperial Eagle',
'Empire_Fighter': 'Empire_Fighter',
'Empire_Trader': 'Clipper',
'Federation_Dropship': 'Dropship',
'Federation_Dropship_MkII': 'Federal Assault Ship',
'Federation_Fighter': 'Federation_Fighter',
'Federation_Gunship': 'Federal Gunship',
'FerDeLance': 'Fer-de-Lance',
'Hauler': 'Hauler',
'Orca': 'Orca',
Expand All @@ -69,10 +72,13 @@
'DiamondBackXL': 'DiamondBack Explorer',
'Eagle': 'Eagle',
'Empire_Courier': 'Imperial Courier',
'Empire_Eagle': 'Imperial Eagle',
'Empire_Fighter': 'Empire_Fighter',
'Empire_Trader': 'Imperial Clipper',
'Federation_Dropship': 'Federal Dropship',
'Federation_Dropship_MkII': 'Federal Assault Ship',
'Federation_Fighter': 'Federation_Fighter',
'Federation_Gunship': 'Federal Gunship',
'FerDeLance': 'Fer-de-Lance',
'Hauler': 'Hauler',
'Orca': 'Orca',
Expand Down

0 comments on commit d48fd84

Please sign in to comment.