From 511d9d46f8ed8eaa23478f1d6727fd19ea963431 Mon Sep 17 00:00:00 2001 From: ShiftHackZ Date: Fri, 24 Feb 2023 19:46:33 +0200 Subject: [PATCH] RELEASE 0.9.1 (1) --- README.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37d4990..2d198b8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # WooCommerceMobile -[![Version](https://img.shields.io/badge/Version-0.9.0-green)](https://github.com/ShiftHackZ/WooCommerceMobile/releases) +[![Version](https://img.shields.io/badge/Version-0.9.1-green)](https://github.com/ShiftHackZ/WooCommerceMobile/releases) Flutter mobile WooCommerce application for your customers. diff --git a/pubspec.yaml b/pubspec.yaml index b36df09..0761878 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: wooapp description: WooCommerce customer mobile application. publish_to: 'none' -version: 0.9.0+1 +version: 0.9.1+1 environment: sdk: ">=2.18.1 <3.7.0"