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"