From 2a478053b416ca17f852ec48e0de6fd84a9b9afe Mon Sep 17 00:00:00 2001 From: mytja Date: Mon, 1 Jan 2024 00:17:50 +0100 Subject: [PATCH] bump version to v0.1.0 --- 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 3489ada..2d824ae 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.9"; +const RELEASE = "0.1.0"; bool OMOGOCI_STOCKSKIS_PREDLOGE = true; bool SLEPI_TAROK = false; bool AVTOPOTRDI_ZALOZITEV = false; diff --git a/tarok/pubspec.yaml b/tarok/pubspec.yaml index 1c3c458..c504df6 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.9+9 +version: 0.1.0+10 environment: sdk: ">=3.1.4 <4.0.0"