Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fatheroctopus committed Sep 22, 2018
1 parent cac42a3 commit 14e4c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeckPredictor/DeckPredictorPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public void OnUpdate()

public Version Version
{
get { return new Version(1, 2, 1); }
get { return new Version(1, 2, 2); }
}
}
}

0 comments on commit 14e4c61

Please sign in to comment.