From 385c0e246a3bfe58f8dd21caec35bb33e9494fca Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Thu, 21 Sep 2023 19:32:10 +0700 Subject: [PATCH] build: use correct version code The user won't notice it :shhh: we're fine, continue as normal. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3710ef57..6f6c7502 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/revanced/revanced-manager publish_to: 'none' -version: 1.10.1+101000001 +version: 1.10.1+101000100 environment: sdk: '>=3.0.0 <4.0.0'