From 01fa56cd38881d3a1eb471d0245c497be63f2069 Mon Sep 17 00:00:00 2001 From: mytja Date: Thu, 14 Dec 2023 15:30:23 +0100 Subject: [PATCH] bump version to 0.0.9 --- 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 32d3209..a97e62b 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.0.8"; +const RELEASE = "0.0.9"; bool OMOGOCI_STOCKSKIS_PREDLOGE = true; bool SLEPI_TAROK = false; bool AVTOPOTRDI_ZALOZITEV = false; diff --git a/tarok/pubspec.yaml b/tarok/pubspec.yaml index f73f471..ad7aa38 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.8+8 +version: 0.0.9+9 environment: sdk: ">=3.1.4 <4.0.0"