From 12fd95159547ca8d596b8b884ba54a092271d8f6 Mon Sep 17 00:00:00 2001 From: davidpkj Date: Sat, 11 Mar 2023 17:58:45 +0100 Subject: Bump version to 1.6.2 for Google Play merge --- lib/constants.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants.dart b/lib/constants.dart index 2ff32bf..05a4af2 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,6 +1,6 @@ import 'package:flutter/material.dart'; -const cVersion = "1.6.1"; +const cVersion = "1.6.2"; // Colors const cIconColor = Colors.white; diff --git a/pubspec.yaml b/pubspec.yaml index ccb0ecd..88267aa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: kulinar_app description: A cooking app. publish_to: 'none' -version: 1.6.1 +version: 1.6.2 environment: sdk: '>=3.0.0-266.0.dev <4.0.0' -- cgit v1.2.3