From dc8bb63f0db38612ec442b635210b4597c15e77f Mon Sep 17 00:00:00 2001 From: Demir Yerli Date: Sun, 21 Jul 2024 11:04:14 +0300 Subject: [PATCH] make the pubspec build number 0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3c3a678..26deec0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: quadrant description: Manage your modpacks and mods with ease. publish_to: 'none' -version: 24.8.0+2 +version: 24.8.0+0 environment: sdk: '>=3.0.0 <4.0.0'