diff --git a/tarok/lib/constants.dart b/tarok/lib/constants.dart index 3722bcd..a7118dd 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.5"; +const RELEASE = "1.0.6"; bool OMOGOCI_STOCKSKIS_PREDLOGE = true; bool SLEPI_TAROK = false; bool AVTOPOTRDI_ZALOZITEV = false; diff --git a/tarok/pubspec.lock b/tarok/pubspec.lock index 2c3b1c3..4d07e56 100644 --- a/tarok/pubspec.lock +++ b/tarok/pubspec.lock @@ -982,7 +982,7 @@ packages: description: path: "." ref: main - resolved-ref: "3021e6459a59439f9e6c7cbd7df53fef1e9af511" + resolved-ref: "6c7ccad85db68c49ae9e5b7673df7728de953611" url: "https://github.com/mytja/twemoji_v2" source: git version: "0.5.3" diff --git a/tarok/pubspec.yaml b/tarok/pubspec.yaml index 78f6c0b..9e88855 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.5+18 +version: 1.0.6+19 environment: sdk: ">=3.1.4 <4.0.0"