Skip to content

Commit

Permalink
Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
SecretFox committed May 12, 2018
1 parent 00c3b95 commit f3b8436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/fox/DropResearch/BaseClass.as
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class com.fox.DropResearch.BaseClass {
// "Agent Dossier", due to german localization we have to use toLowerCase() on it and the item name,or special dossiers wont be detected
// Agentendossier/Spezialagentendossier
static var DossierName:String = LDBFormat.LDBGetText(50200, 9403857).toLowerCase();
static var ModVersion = "0.4.5"
static var ModVersion = "0.4.6"

public function BaseClass() {
Lootboxes = DistributedValue.Create("Lootboxes_DR");
Expand Down

0 comments on commit f3b8436

Please sign in to comment.