From a3e81bdfa249dc016bff1feb5e7c92807788233b Mon Sep 17 00:00:00 2001 From: mytja Date: Sat, 17 Feb 2024 17:36:42 +0100 Subject: [PATCH] bump version to 1.0.4 --- tarok/lib/constants.dart | 2 +- tarok/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tarok/lib/constants.dart b/tarok/lib/constants.dart index 6f42f40..09cb6b0 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.3"; +const RELEASE = "1.0.4"; bool OMOGOCI_STOCKSKIS_PREDLOGE = true; bool SLEPI_TAROK = false; bool AVTOPOTRDI_ZALOZITEV = false; diff --git a/tarok/pubspec.yaml b/tarok/pubspec.yaml index 2fd6cea..cb53b91 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.3+16 +version: 1.0.4+17 environment: sdk: ">=3.1.4 <4.0.0"