diff --git a/tarok/lib/constants.dart b/tarok/lib/constants.dart index 2ce18bb..083c162 100644 --- a/tarok/lib/constants.dart +++ b/tarok/lib/constants.dart @@ -32,7 +32,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.0.5 Beta"; +const RELEASE = "0.0.5"; bool OMOGOCI_STOCKSKIS_PREDLOGE = true; bool SLEPI_TAROK = false; bool AVTOPOTRDI_ZALOZITEV = false; diff --git a/tarok/pubspec.yaml b/tarok/pubspec.yaml index c3fedd5..5ae81c9 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.0.4+4 +version: 0.0.5+5 environment: sdk: ">=3.1.4 <4.0.0"