aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/constants.dart2
-rw-r--r--pubspec.yaml2
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'