Skip to content

Commit 5a5439d

Browse files
committed
Release 1.0.2
1 parent 4769504 commit 5a5439d

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

pubspec.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,6 @@ packages:
163163
url: "https://pub.dartlang.org"
164164
source: hosted
165165
version: "0.12.11"
166-
material_color_utilities:
167-
dependency: transitive
168-
description:
169-
name: material_color_utilities
170-
url: "https://pub.dartlang.org"
171-
source: hosted
172-
version: "0.1.3"
173166
meta:
174167
dependency: transitive
175168
description:
@@ -279,7 +272,7 @@ packages:
279272
name: test_api
280273
url: "https://pub.dartlang.org"
281274
source: hosted
282-
version: "0.4.8"
275+
version: "0.4.3"
283276
typed_data:
284277
dependency: transitive
285278
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 1.0.1+2
18+
version: 1.0.2+3
1919

2020
environment:
2121
sdk: ">=2.15.0-268.18.beta <3.0.0"

windows/runner/Runner.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
6363
#ifdef FLUTTER_BUILD_NUMBER
6464
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
6565
#else
66-
#define VERSION_AS_NUMBER 1,0,1
66+
#define VERSION_AS_NUMBER 1,0,2
6767
#endif
6868

6969
#ifdef FLUTTER_BUILD_NAME
7070
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
7171
#else
72-
#define VERSION_AS_STRING "1.0.1"
72+
#define VERSION_AS_STRING "1.0.2"
7373
#endif
7474

7575
VS_VERSION_INFO VERSIONINFO

0 commit comments

Comments
 (0)