From cefc9c69db58dd3ae4d969dc2d24ec30ba438f9f Mon Sep 17 00:00:00 2001 From: Illia Aihistov Date: Fri, 24 Jul 2026 20:44:16 +0300 Subject: [PATCH] chore: bump version to 1.0.0-dev.1 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 09b05007..fdb3fdc6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: solid_lints description: Lints for Dart and Flutter based on software industry standards and best practices. -version: 1.0.0 +version: 1.0.0-dev.1 homepage: https://github.com/solid-software/solid_lints/ documentation: https://solid-software.github.io/solid_lints/docs/intro topics: [lints, linter, lint, analysis, analyzer]