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