diff --git a/tarok/lib/constants.dart b/tarok/lib/constants.dart index 0f66abd..e076f62 100644 --- a/tarok/lib/constants.dart +++ b/tarok/lib/constants.dart @@ -39,7 +39,7 @@ String WS_URL = kReleaseMode String LOBBY_WS_URL = kReleaseMode ? "${BACKEND_URL.replaceAll("https://", "wss://").replaceAll("http://", "ws://")}/lobby" : "ws://localhost:8080/lobby"; -const RELEASE = "1.0.1"; +const RELEASE = "1.0.2"; bool OMOGOCI_STOCKSKIS_PREDLOGE = true; bool SLEPI_TAROK = false; bool AVTOPOTRDI_ZALOZITEV = false; diff --git a/tarok/pubspec.yaml b/tarok/pubspec.yaml index ef1459d..c9fdae8 100644 --- a/tarok/pubspec.yaml +++ b/tarok/pubspec.yaml @@ -2,7 +2,7 @@ name: tarok description: Tarok program PalĨka publish_to: "none" -version: 1.0.1+14 +version: 1.0.2+15 environment: sdk: ">=3.1.4 <4.0.0"