From b6b38a539c9391b1d6bd0919e4338487230323ce Mon Sep 17 00:00:00 2001 From: Oliver Walters <oliver.henry.walters@gmail.com> Date: Sat, 2 Apr 2022 14:02:55 +1100 Subject: [PATCH] 0.6.0 - Bump version number - Update pubspec.yaml --- assets/release_notes.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/release_notes.md b/assets/release_notes.md index 09e27b6f..239eac17 100644 --- a/assets/release_notes.md +++ b/assets/release_notes.md @@ -1,7 +1,7 @@ ## InvenTree App Release Notes --- -### x.x.x - March 2022 +### 0.6.0 - April 2022 --- - Enables printing of stock item labels diff --git a/pubspec.yaml b/pubspec.yaml index da04d3ac..19ae4154 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ description: InvenTree stock management # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.5.6+36 +version: 0.6.0+37 environment: sdk: ">=2.16.0 <3.0.0"