Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Increment version number - 1.4.1+7
Browse files Browse the repository at this point in the history
- Upgrade dependencies
- Use Leitmotif v2.0.3
  • Loading branch information
eightgran committed Feb 23, 2022
1 parent 9ad838a commit 5bbc5d5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
25 changes: 16 additions & 9 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.9"
version: "3.2.1"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -182,7 +182,7 @@ packages:
name: file_picker
url: "https://pub.dartlang.org"
source: hosted
version: "4.3.2"
version: "4.4.0"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -274,7 +274,7 @@ packages:
name: http_multi_server
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.1"
version: "3.2.0"
http_parser:
dependency: transitive
description:
Expand All @@ -288,7 +288,7 @@ packages:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.1"
version: "3.1.3"
intl:
dependency: "direct main"
description:
Expand Down Expand Up @@ -323,7 +323,7 @@ packages:
name: leitmotif
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.3"
lit_backup_service:
dependency: "direct main"
description:
Expand Down Expand Up @@ -352,6 +352,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -379,7 +386,7 @@ packages:
name: package_info_plus
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.3.1"
package_info_plus_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -428,7 +435,7 @@ packages:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
version: "2.0.9"
path_provider_android:
dependency: transitive
description:
Expand Down Expand Up @@ -650,14 +657,14 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.8"
version: "2.4.1"
xdg_directories:
dependency: transitive
description:
name: xdg_directories
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.0"
version: "0.2.0+1"
xml:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.4.0+6
version: 1.4.1+7

environment:
sdk: ">=2.12.0 <3.0.0"
Expand All @@ -33,7 +33,7 @@ dependencies:
path_provider: ^2.0.3
package_info_plus: ^1.0.6
leitmotif:
^2.0.2
^2.0.3
# Specify alternative leitmotif-flutter locations
# git:
# url: https://github.com/litlifesoftware/leitmotif-flutter.git
Expand Down

0 comments on commit 5bbc5d5

Please sign in to comment.