From 3d7320b61442b6847a0cfadbf30a7aaf08d5e346 Mon Sep 17 00:00:00 2001 From: randogoth Date: Fri, 19 Jun 2026 19:23:06 +0300 Subject: [PATCH] bump version to 1.1.1, update pubspec description Co-Authored-By: Claude Sonnet 4.6 --- lib/texts.dart | 2 +- pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/texts.dart b/lib/texts.dart index 79e1e0a..e254633 100755 --- a/lib/texts.dart +++ b/lib/texts.dart @@ -89,7 +89,7 @@ Type a colon command in the search bar and press Enter: """; String aboutContent = """ -v.1.1.0 +v.1.1.1 **Muzzle Velocity** is a fast and minimalist but opinionated note-taking app inspired by the legendary *Notational Velocity* on MacOS and *Terminal Velocity* for command line terminals. diff --git a/pubspec.yaml b/pubspec.yaml index ad9ed14..8d1cd37 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: muzzle_velocity -description: "A new Flutter project." +description: "A fast and minimalist but opinionated note-taking app inspired by Notational Velocity and Terminal Velocity." publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.1.0+2 +version: 1.1.1+3 environment: sdk: ^3.6.0