Skip to content

Commit 72b8f53

Browse files
committed
chore: bump version to 0.3.2+24
1 parent 0003f04 commit 72b8f53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'package:flutter/material.dart';
22

3-
const kVersion = '0.3.1+23';
3+
const kVersion = '0.3.2+24';
44
const kPrivacy = 'https://irhas.lol/app/create-invoice';
55
const kPx = EdgeInsets.symmetric(horizontal: 16.0);

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.3.1+23
19+
version: 0.3.2+24
2020

2121
environment:
2222
sdk: ^3.8.1

0 commit comments

Comments
 (0)