Skip to content

Commit

Permalink
bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Nov 17, 2023
1 parent 3b56ac8 commit 6ac13f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tarok/lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.5";
const RELEASE = "0.0.6";
bool OMOGOCI_STOCKSKIS_PREDLOGE = true;
bool SLEPI_TAROK = false;
bool AVTOPOTRDI_ZALOZITEV = false;
Expand Down
2 changes: 1 addition & 1 deletion tarok/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tarok
description: Tarok program Palčka
publish_to: "none"

version: 0.0.5+5
version: 0.0.6+6

environment:
sdk: ">=3.1.4 <4.0.0"
Expand Down

0 comments on commit 6ac13f0

Please sign in to comment.