diff --git a/tarok/lib/constants.dart b/tarok/lib/constants.dart index 3ea1cb9..71f04b0 100644 --- a/tarok/lib/constants.dart +++ b/tarok/lib/constants.dart @@ -37,7 +37,7 @@ const WS_URL = kReleaseMode ? "wss://palcka.si/api/ws" : "ws://localhost:8080/ws"; const LOBBY_WS_URL = kReleaseMode ? "wss://palcka.si/api/lobby" : "ws://localhost:8080/lobby"; -const RELEASE = "0.1.1"; +const RELEASE = "0.1.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 b845342..c5b94f3 100644 --- a/tarok/pubspec.yaml +++ b/tarok/pubspec.yaml @@ -2,7 +2,7 @@ name: tarok description: Tarok program PalĨka publish_to: "none" -version: 0.1.1+11 +version: 0.1.2+12 environment: sdk: ">=3.1.4 <4.0.0"