diff --git a/DeckPredictor/DeckPredictorPlugin.cs b/DeckPredictor/DeckPredictorPlugin.cs index 0208492..2faea49 100644 --- a/DeckPredictor/DeckPredictorPlugin.cs +++ b/DeckPredictor/DeckPredictorPlugin.cs @@ -198,7 +198,7 @@ public void OnUpdate() public Version Version { - get { return new Version(1, 2, 1); } + get { return new Version(1, 2, 2); } } } }